Anchor try2
This commit is contained in:
parent
a70729fb98
commit
c3c6f7e9f6
2 changed files with 42 additions and 38 deletions
|
|
@ -9,6 +9,7 @@ light:
|
|||
num_leds: 5
|
||||
type : GRB
|
||||
name: "${friendly_devicename} PM25"
|
||||
effects: <<: *light_effects
|
||||
- platform: neopixelbus
|
||||
id: light_pm10
|
||||
variant: WS2812
|
||||
|
|
@ -16,6 +17,7 @@ light:
|
|||
num_leds: 5
|
||||
type : GRB
|
||||
name: "${friendly_devicename} PM10"
|
||||
effects: <<: *light_effects
|
||||
- platform: binary
|
||||
name: "${friendly_devicename} Lamp"
|
||||
output: relay
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
light:
|
||||
&light_effects
|
||||
- strobe:
|
||||
- flicker:
|
||||
- addressable_rainbow:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue