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

@@ -291,9 +291,6 @@ automation:
condition:
- condition: template
value_template: '{{ trigger.to_state.state | lower == "rain" }}'
- condition: state
entity_id: group.all_devices
state: "home"
- condition: state
entity_id: sun.sun
state: "above_horizon"
@@ -324,9 +321,6 @@ automation:
condition:
- condition: template
value_template: '{{ states.sensor.season.state | lower == "winter" }}'
- condition: state
entity_id: group.all_devices
state: "home"
- condition: state
entity_id: sun.sun
state: "above_horizon"