Add turning off tv when going to sleep or out of home
This commit is contained in:
parent
73d0642f74
commit
eaf9f458bb
1 changed files with 5 additions and 0 deletions
|
@ -47,8 +47,10 @@ good_night:
|
|||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
- service: script.tv_off
|
||||
mode: single
|
||||
icon: mdi:weather-night
|
||||
|
||||
good_morning:
|
||||
alias: Good Morning
|
||||
sequence:
|
||||
|
@ -72,6 +74,7 @@ good_morning:
|
|||
entity_id: switch.mute_doorbell
|
||||
mode: single
|
||||
icon: mdi:weather-sunny
|
||||
|
||||
leave_home:
|
||||
alias: Leave Home
|
||||
sequence:
|
||||
|
@ -107,8 +110,10 @@ leave_home:
|
|||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
- service: script.tv_off
|
||||
mode: single
|
||||
icon: mdi:home-export-outline
|
||||
|
||||
arrive_home:
|
||||
alias: Arrive Home
|
||||
sequence:
|
||||
|
|
Loading…
Reference in a new issue