Skip to content

Instantly share code, notes, and snippets.

@Didgeridrew
Created January 19, 2021 18:25
Show Gist options
  • Save Didgeridrew/72439c688892831eb9a2dc8de2922753 to your computer and use it in GitHub Desktop.
Save Didgeridrew/72439c688892831eb9a2dc8de2922753 to your computer and use it in GitHub Desktop.
Light entity options for Rudy
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