That crashed the whole compile
This commit is contained in:
parent
13fea8ea34
commit
41ad52e78d
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ light:
|
||||||
type : GRB
|
type : GRB
|
||||||
name: "${friendly_devicename} PM25"
|
name: "${friendly_devicename} PM25"
|
||||||
effects: !include
|
effects: !include
|
||||||
- path: ../partials/effects.yaml
|
- file: ../partials/effects.yaml
|
||||||
- platform: neopixelbus
|
- platform: neopixelbus
|
||||||
variant: WS2812
|
variant: WS2812
|
||||||
pin: D3
|
pin: D3
|
||||||
|
|
@ -17,7 +17,7 @@ light:
|
||||||
type : GRB
|
type : GRB
|
||||||
name: "${friendly_devicename} PM10"
|
name: "${friendly_devicename} PM10"
|
||||||
effects: !include
|
effects: !include
|
||||||
- path: ../partials/effects.yaml
|
- file: ../partials/effects.yaml
|
||||||
- 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