You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
759 B

######################################################################
## Stuff that needs to happen at 05:50am.
######################################################################
- alias: 'Timed 550'
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
trigger:
- platform: time
at: '05:50:00'
condition:
- condition: state
entity_id: group.family
state: home
- condition: state
entity_id: input_boolean.school_mode
state: 'on'
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- service: homeassistant.turn_on
entity_id:
- light.dining_room_lights
- light.fridge
- light.k2
- light.k3
- light.k5

Powered by TurnKey Linux.