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