Soft wakeup lys: spring over hvis anne eller claus er syg
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.arbejdsdag
|
entity_id: binary_sensor.arbejdsdag
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- condition: template
|
||||||
|
value_template: >-
|
||||||
|
{{ not is_state('input_select.anne_status', 'syg') and
|
||||||
|
not is_state('input_select.claus_status', 'syg') }}
|
||||||
action:
|
action:
|
||||||
- service: script.sunrise
|
- service: script.sunrise
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user