mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-11-08 02:38:04 +00:00
Upgraded to 0.105.0!
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user