Mapping not allowed
This commit is contained in:
parent
c3c6f7e9f6
commit
3bab453e72
1 changed files with 4 additions and 2 deletions
|
|
@ -9,7 +9,8 @@ light:
|
||||||
num_leds: 5
|
num_leds: 5
|
||||||
type : GRB
|
type : GRB
|
||||||
name: "${friendly_devicename} PM25"
|
name: "${friendly_devicename} PM25"
|
||||||
effects: <<: *light_effects
|
effects:
|
||||||
|
<<: *light_effects
|
||||||
- platform: neopixelbus
|
- platform: neopixelbus
|
||||||
id: light_pm10
|
id: light_pm10
|
||||||
variant: WS2812
|
variant: WS2812
|
||||||
|
|
@ -17,7 +18,8 @@ light:
|
||||||
num_leds: 5
|
num_leds: 5
|
||||||
type : GRB
|
type : GRB
|
||||||
name: "${friendly_devicename} PM10"
|
name: "${friendly_devicename} PM10"
|
||||||
effects: <<: *light_effects
|
effects:
|
||||||
|
<<: *light_effects
|
||||||
- platform: binary
|
- platform: binary
|
||||||
name: "${friendly_devicename} Lamp"
|
name: "${friendly_devicename} Lamp"
|
||||||
output: relay
|
output: relay
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue