Change Philips manufacturer to Signify Netherlands B.V.
This commit is contained in:
@@ -112,7 +112,7 @@ blueprint:
|
|||||||
default:
|
default:
|
||||||
selector:
|
selector:
|
||||||
action: {}
|
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
|
mode: restart
|
||||||
max_exceeded: silent
|
max_exceeded: silent
|
||||||
variables:
|
variables:
|
||||||
@@ -167,9 +167,7 @@ action:
|
|||||||
- delay:
|
- delay:
|
||||||
seconds: "{{ no_motion_wait | int }}"
|
seconds: "{{ no_motion_wait | int }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template:
|
value_template: "{{ (turn_off_blocker_entity == none) or (states[turn_off_blocker_entity].state == 'off') }}"
|
||||||
"{{ (turn_off_blocker_entity == none) or (states[turn_off_blocker_entity].state
|
|
||||||
== 'off') }}"
|
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ blueprint:
|
|||||||
min: 0.0
|
min: 0.0
|
||||||
max: 5.0
|
max: 5.0
|
||||||
step: 0.01
|
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
|
mode: restart
|
||||||
max_exceeded: silent
|
max_exceeded: silent
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
blueprint:
|
blueprint:
|
||||||
name: Philips Dimmer Remote
|
name: Philips Hue Dimmer Remote
|
||||||
description: 'Control lights with a Philips Hue Dimmer Switch.
|
description: 'Control lights with a Philips Hue Dimmer Switch.
|
||||||
|
|
||||||
|
|
||||||
@@ -22,12 +22,12 @@ blueprint:
|
|||||||
input:
|
input:
|
||||||
remote:
|
remote:
|
||||||
name: Philips Hue Dimmer Switch
|
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:
|
selector:
|
||||||
device:
|
device:
|
||||||
integration: zha
|
integration: zha
|
||||||
manufacturer: Philips
|
manufacturer: Signify Netherlands B.V.
|
||||||
model: RWL020
|
model: RWL022
|
||||||
single_light:
|
single_light:
|
||||||
name: Single Press Light
|
name: Single Press Light
|
||||||
description: The light(s) to control with single press
|
description: The light(s) to control with single press
|
||||||
@@ -90,7 +90,7 @@ blueprint:
|
|||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
domain: input_text
|
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
|
mode: restart
|
||||||
max_exceeded: silent
|
max_exceeded: silent
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
Reference in New Issue
Block a user