Created
January 19, 2021 18:25
-
-
Save Didgeridrew/72439c688892831eb9a2dc8de2922753 to your computer and use it in GitHub Desktop.
Light entity options for Rudy
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
output: | |
- platform: blueled | |
id: output_component1 | |
pin: D4 | |
#Choose one of the options below: | |
#Option 1: Most basic On/Off light entity functions just like a switch in | |
# Home Assistant except the entity will be light.blueled instead of switch.blueled | |
light: | |
- platform: binary | |
name: "Onboard LED" | |
output: output_component1 | |
#Option 2: Monochromatic: Control On/Off as well as change brightness | |
light: | |
- platform: monochromatic | |
name: "Onboard LED" | |
output: output_component1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment