Closes #931 - Also adds in exceptions for timed light birghtness

This commit is contained in:
ccostan 2020-11-28 20:55:23 -05:00
parent ab8d72fc0d
commit f299aaea59
3 changed files with 6 additions and 2 deletions

View File

@ -30,6 +30,12 @@
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
- condition: template
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
value_template: "{{ trigger.event.data.entity_id.split('_')[1] != 'screensaver' }}"
- condition: template

View File

@ -7,7 +7,6 @@
trigger:
- platform: state
entity_id:
- light.hallway
- light.hallway_lights
- light.foyer_lights
to: 'on'
@ -50,4 +49,3 @@
- light.hallway
- light.hallway_lights
- light.foyer_lights

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 36 KiB