Turn off AC when going to sleep
This commit is contained in:
parent
0fec779f8b
commit
5e10857e39
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ good_night:
|
||||||
- service: lock.lock
|
- service: lock.lock
|
||||||
target:
|
target:
|
||||||
entity_id: lock.front_door_25f246fe_door_lock
|
entity_id: lock.front_door_25f246fe_door_lock
|
||||||
|
- service: climate.turn_off
|
||||||
|
target:
|
||||||
|
entity_id: climate.ac
|
||||||
- service: script.tv_off
|
- service: script.tv_off
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:weather-night
|
icon: mdi:weather-night
|
||||||
|
|
Loading…
Reference in a new issue