Need to be a path if I understand it correctly

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-01-29 13:55:17 +01:00
parent 6b2bdb8976
commit 13fea8ea34

View file

@ -8,14 +8,16 @@ light:
num_leds: 5 num_leds: 5
type : GRB type : GRB
name: "${friendly_devicename} PM25" name: "${friendly_devicename} PM25"
effects: !include ../partials/effects.yaml effects: !include
- path: ../partials/effects.yaml
- platform: neopixelbus - platform: neopixelbus
variant: WS2812 variant: WS2812
pin: D3 pin: D3
num_leds: 5 num_leds: 5
type : GRB type : GRB
name: "${friendly_devicename} PM10" name: "${friendly_devicename} PM10"
effects: !include ../partials/effects.yaml effects: !include
- path: ../partials/effects.yaml
- platform: binary - platform: binary
name: "${friendly_devicename} Lamp" name: "${friendly_devicename} Lamp"
output: relay output: relay