change include
This commit is contained in:
parent
fe99a43145
commit
6b2bdb8976
1 changed files with 2 additions and 4 deletions
|
|
@ -8,16 +8,14 @@ light:
|
|||
num_leds: 5
|
||||
type : GRB
|
||||
name: "${friendly_devicename} PM25"
|
||||
effects: !include
|
||||
file: ../partials/effects.yaml
|
||||
effects: !include ../partials/effects.yaml
|
||||
- platform: neopixelbus
|
||||
variant: WS2812
|
||||
pin: D3
|
||||
num_leds: 5
|
||||
type : GRB
|
||||
name: "${friendly_devicename} PM10"
|
||||
effects: !include
|
||||
file: ../partials/effects.yaml
|
||||
effects: !include ../partials/effects.yaml
|
||||
- platform: binary
|
||||
name: "${friendly_devicename} Lamp"
|
||||
output: relay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue