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

@@ -73,9 +73,6 @@ automation:
- input_label.hasika_birthday_days2go
- input_label.mallika_birthday_days2go
condition:
- condition: state
entity_id: group.all_devices
state: "home"
- condition: template
value_template: "{{ trigger.to_state.state | int > 0 and trigger.to_state.state | int < 30 }}"
action:
@@ -95,9 +92,6 @@ automation:
- input_label.hasika_birthday_days2go
- input_label.mallika_birthday_days2go
condition:
- condition: state
entity_id: group.all_devices
state: "home"
- condition: template
value_template: "{{ trigger.to_state.state | int == 0 }}"
action:
@@ -118,9 +112,6 @@ automation:
condition:
condition: and
conditions:
- condition: state
entity_id: group.all_devices
state: "home"
- condition: time
after: "07:00:00"
before: "21:00:00"