Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smarthomehobby/62b2c56742817973387a8a87b5561ee0 to your computer and use it in GitHub Desktop.
Save smarthomehobby/62b2c56742817973387a8a87b5561ee0 to your computer and use it in GitHub Desktop.
- id: workday_morning_lights
alias: Workday Morning Lights
trigger:
platform: time
at: "06:00:00"
condition:
- condition: state
entity_id: 'binary_sensor.workday_sensor'
state: 'on'
action:
service: switch.turn_on
entity_id:
- switch.lamp
- switch.entry
- switch.fish_tank_light
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment