1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 21:32:21 +01:00

fix: include light_output header in dynamic_lamp.h for light integration

This commit is contained in:
Oliver Kleinecke
2025-02-15 19:54:18 +01:00
parent ee8aff38b2
commit 6a958ae1e7

View File

@@ -2,6 +2,7 @@
#include "esphome/core/component.h"
#include "esphome/components/output/float_output.h"
#include "esphome/components/light/light_output.h"
namespace esphome {
namespace dynamic_lamp {