Change Philips manufacturer to Signify Netherlands B.V.

This commit is contained in:
Pavel Kachalouski
2023-05-20 13:57:58 +02:00
parent a5142410de
commit efe56ca923
3 changed files with 8 additions and 10 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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: