Skip to content

Instantly share code, notes, and snippets.

@Elwell
Created April 28, 2019 09:11
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 Elwell/aae2a18e3011ad44438e1ef43cdab42e to your computer and use it in GitHub Desktop.
Save Elwell/aae2a18e3011ad44438e1ef43cdab42e to your computer and use it in GitHub Desktop.
ISS gloworb
- alias: Gloworb on for ISS pass
trigger:
platform: state
entity_id: binary_sensor.iss
to: 'on'
action:
service: light.turn_on
data:
brightness: 100
rgb_color: [0, 0, 255]
entity_id: light.gloworb
transition: 3
@Elwell
Copy link
Author

Elwell commented Apr 28, 2019

of course, I've just realised it'll need turning off too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment