Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This Day/Night time automation. It turns on and off a bunch of lights at a certain time every day.
- id: '156numbershere'
- alias: 'all lights off '
- trigger:
- at: 02:00:01
- platform: time
- condition: []
- action:
- data:
- entity_id: group.all_lights
- service: light.turn_off
- entity_id: light.color_temperature_light_1
- service: light.turn_off
- entity_id: light.table_lamp
- service: light.turn_off
- data: {}
- service: script.walllightoff
- data: {}
- entity_id: switch.sonoff_1000af10aa
- service: switch.turn_off
Add Comment
Please, Sign In to add comment