mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Remove logging and clear up some general cruft
This commit is contained in:
@@ -20,8 +20,29 @@ action:
|
||||
target:
|
||||
entity_id: climate.thermostat
|
||||
|
||||
- action: climate.set_preset_mode
|
||||
target:
|
||||
entity_id: climate.thermostat
|
||||
data:
|
||||
preset_mode: "auto"
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.home_occupied
|
||||
state: "on"
|
||||
|
||||
sequence:
|
||||
- action: climate.set_preset_mode
|
||||
target:
|
||||
entity_id: climate.thermostat
|
||||
data:
|
||||
preset_mode: "home"
|
||||
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.home_occupied
|
||||
state: "off"
|
||||
|
||||
sequence:
|
||||
- action: climate.set_preset_mode
|
||||
target:
|
||||
entity_id: climate.thermostat
|
||||
data:
|
||||
preset_mode: "away"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user