Skip to content

Instantly share code, notes, and snippets.

@ironicbadger
Last active December 26, 2018 05:35
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 ironicbadger/f79dc586512e0764c89211df80a497df to your computer and use it in GitHub Desktop.
Save ironicbadger/f79dc586512e0764c89211df80a497df to your computer and use it in GitHub Desktop.
hass
light:
- platform: mqtt
schema: json
effect: true
effect_list:
- bpm
- confetti
- cyclon rainbow
- dots
- fire
- glitter
- juggle
- lightning
- noise
- police all
- police one
- rainbow
- sinelon
- solid
brightness: true
flash: true
rgb: true
optimistic: false
qos: 0
name: "Chimney LEDs"
state_topic: "leds/chimney"
command_topic: "leds/chimney/set"
- platform: mqtt
schema: json
effect: true
effect_list:
- bpm
- confetti
- cyclon rainbow
- dots
- fire
- glitter
- juggle
- lightning
- noise
- police all
- police one
- rainbow
- sinelon
- solid
brightness: true
flash: true
rgb: true
optimistic: false
qos: 0
name: "Deck LEDs"
state_topic: "leds/deck"
command_topic: "leds/deck/set"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment