mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
13 lines
361 B
YAML
13 lines
361 B
YAML
|
######################################################################
|
||
|
## Stuff that needs to happen at 10pm.
|
||
|
######################################################################
|
||
|
|
||
|
- alias: 'Shut down AMP in Living room'
|
||
|
trigger:
|
||
|
- platform: time
|
||
|
after: '20:00:00'
|
||
|
|
||
|
action:
|
||
|
- service: switch.turn_off
|
||
|
entity_id: switch.living_room_amp
|