Change Philips manufacturer to Signify Netherlands B.V.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user