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