Skip to content

Instantly share code, notes, and snippets.

@inverse
Last active November 9, 2020 21:00
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 inverse/a1dd36132c0ccc3ad88581f51331b928 to your computer and use it in GitHub Desktop.
Save inverse/a1dd36132c0ccc3ad88581f51331b928 to your computer and use it in GitHub Desktop.
trigger
# Turn on the living room lamp every day 10 minutes before sunset.
- alias: "Living Room - Sunset"
trigger:
- platform: sun
event: sunset
offset: "-00:10:00"
action:
- service: yeelight.set_color_scene
data:
entity_id: light.xiaomi_yeelight_rgbw
rgb_color: [255,255,0]
brightness: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment