From efe56ca923cdf4fe6f78e5d76d0eacc38b96894f Mon Sep 17 00:00:00 2001
From: Pavel Kachalouski
Date: Sat, 20 May 2023 13:57:58 +0200
Subject: [PATCH] Change Philips manufacturer to Signify Netherlands B.V.
---
motion_activated_entity.yaml | 6 ++----
philips_zigbee_dial.yaml | 2 +-
philips_zigbee_dimmer.yaml | 10 +++++-----
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/motion_activated_entity.yaml b/motion_activated_entity.yaml
index 49ac7e8..8bc5599 100644
--- a/motion_activated_entity.yaml
+++ b/motion_activated_entity.yaml
@@ -112,7 +112,7 @@ blueprint:
default:
selector:
action: {}
- source_url: https://github.com/apollo1220/blueprints/blob/main/motion_activated_entity.yaml
+ source_url: https://github.com/xeppaka/ha-automations/blob/main/motion_activated_entity.yaml
mode: restart
max_exceeded: silent
variables:
@@ -167,9 +167,7 @@ action:
- delay:
seconds: "{{ no_motion_wait | int }}"
- condition: template
- value_template:
- "{{ (turn_off_blocker_entity == none) or (states[turn_off_blocker_entity].state
- == 'off') }}"
+ value_template: "{{ (turn_off_blocker_entity == none) or (states[turn_off_blocker_entity].state == 'off') }}"
- choose:
- conditions:
- condition: template
diff --git a/philips_zigbee_dial.yaml b/philips_zigbee_dial.yaml
index 1e3aebb..a163e5c 100644
--- a/philips_zigbee_dial.yaml
+++ b/philips_zigbee_dial.yaml
@@ -55,7 +55,7 @@ blueprint:
min: 0.0
max: 5.0
step: 0.01
- source_url: https://github.com/apollo1220/blueprints/blob/main/philips_zigbee_dial.yaml
+ source_url: https://github.com/xeppaka/ha-automations/blob/main/philips_zigbee_dial.yaml
mode: restart
max_exceeded: silent
variables:
diff --git a/philips_zigbee_dimmer.yaml b/philips_zigbee_dimmer.yaml
index 2f8048f..56246c0 100644
--- a/philips_zigbee_dimmer.yaml
+++ b/philips_zigbee_dimmer.yaml
@@ -1,5 +1,5 @@
blueprint:
- name: Philips Dimmer Remote
+ name: Philips Hue Dimmer Remote
description: 'Control lights with a Philips Hue Dimmer Switch.
@@ -22,12 +22,12 @@ blueprint:
input:
remote:
name: Philips Hue Dimmer Switch
- description: Pick either RWL020 (US) or RWL021 (EU)
+ description: Pick either RWL020 (US) or RWL021 (EU) or RWL022 (EU)
selector:
device:
integration: zha
- manufacturer: Philips
- model: RWL020
+ manufacturer: Signify Netherlands B.V.
+ model: RWL022
single_light:
name: Single Press Light
description: The light(s) to control with single press
@@ -90,7 +90,7 @@ blueprint:
selector:
entity:
domain: input_text
- source_url: https://github.com/apollo1220/blueprints/blob/main/philips_zigbee_remote.yaml
+ source_url: https://github.com/xeppaka/ha-automations/blob/main/philips_zigbee_dimmer.yaml
mode: restart
max_exceeded: silent
variables: