mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 09:01:22 +00:00
Turn off TV when I go to Bed
This commit is contained in:
parent
1eeb3abbd5
commit
62aa08ba75
18
automation/tv_time_off.yaml
Executable file
18
automation/tv_time_off.yaml
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
- alias: TV Time
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id: sensor.samsungtv
|
||||||
|
state: offline
|
||||||
|
|
||||||
|
condition:
|
||||||
|
condition: and
|
||||||
|
conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: sun.sun
|
||||||
|
state: 'below_horizon'
|
||||||
|
|
||||||
|
action:
|
||||||
|
service: light.turn_off
|
||||||
|
entity_id:
|
||||||
|
- group.living_room
|
||||||
|
- group.living_room_accents
|
Loading…
x
Reference in New Issue
Block a user