- alias: 'Activate Morning Scene'
trigger:
platform: time
after: '06:00:00'
condition:
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
action:
service: scene.turn_on
entity_id: scene.test_scene
Hi, so i want to do an automation, i want to activate the “Morning” scene mon-fri at 6 am.
HA says its invalid config, and i can not figure out why.
Anyone that could help me Thanks