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