Upgraded to 0.105.0!

This commit is contained in:
Mahasri Kalavala
2020-02-05 18:28:38 -05:00
parent 87961b393c
commit db7eef5aa7
34 changed files with 1036 additions and 1220 deletions

View File

@@ -150,7 +150,7 @@
# initial_state: true
# trigger:
# platform: state
# entity_id: alarm_control_panel.simplisafe
# entity_id: alarm_control_panel.home
# to: 'disarmed'
# condition:
# - condition: template
@@ -186,7 +186,7 @@
# value_template: "{{ trigger.from_state }}"
# - condition: template
# value_template: >
# {% set state = states.alarm_control_panel.simplisafe.state %}
# {% set state = states.alarm_control_panel.home.state %}
# {% if state != "" and state != "unknown" and state == "armed_away" %}
# true
# {% else %}