mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-29 09:05:44 +00:00
micor changes and clean up.
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
# to: 'disarmed'
|
||||
# condition:
|
||||
# - condition: template
|
||||
# value_template: '{{ states.input_boolean.emergency_mode.state == "on" }}'
|
||||
# value_template: "{{ states('input_boolean.emergency_mode') == 'on' }}"
|
||||
# action:
|
||||
# - service: input_boolean.turn_off
|
||||
# entity_id: input_boolean.emergency_mode
|
||||
|
Reference in New Issue
Block a user