Created
April 28, 2019 09:11
-
-
Save Elwell/aae2a18e3011ad44438e1ef43cdab42e to your computer and use it in GitHub Desktop.
ISS gloworb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
of course, I've just realised it'll need turning off too...