From 6b2bdb8976e30c70096abcaca42e9b4bc568cfbb Mon Sep 17 00:00:00 2001 From: "Frank \"PHiAX\" Weggelaar" Date: Thu, 29 Jan 2026 13:53:59 +0100 Subject: [PATCH] change include --- esphome/device_packages/sensor-box-diy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/esphome/device_packages/sensor-box-diy.yaml b/esphome/device_packages/sensor-box-diy.yaml index bb6cdc6..20226e4 100644 --- a/esphome/device_packages/sensor-box-diy.yaml +++ b/esphome/device_packages/sensor-box-diy.yaml @@ -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