Closes #931 - Also adds in exceptions for timed light birghtness
This commit is contained in:
parent
ab8d72fc0d
commit
f299aaea59
|
@ -30,6 +30,12 @@
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}"
|
||||||
|
- condition: template
|
||||||
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.flood2' }}"
|
||||||
|
- condition: template
|
||||||
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.treeflood' }}"
|
||||||
|
- condition: template
|
||||||
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.led' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[1] != 'screensaver' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[1] != 'screensaver' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.hallway
|
|
||||||
- light.hallway_lights
|
- light.hallway_lights
|
||||||
- light.foyer_lights
|
- light.foyer_lights
|
||||||
to: 'on'
|
to: 'on'
|
||||||
|
@ -50,4 +49,3 @@
|
||||||
- light.hallway
|
- light.hallway
|
||||||
- light.hallway_lights
|
- light.hallway_lights
|
||||||
- light.foyer_lights
|
- light.foyer_lights
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue