From cb92ed2449d332b59a4456e9bc6cddc7914cac2a Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Tue, 18 Feb 2025 10:36:27 +0100 Subject: [PATCH] feat: include additional headers for enhanced functionality in DynamicLampComponent --- esphome/components/dynamic_lamp/dynamic_lamp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/esphome/components/dynamic_lamp/dynamic_lamp.h b/esphome/components/dynamic_lamp/dynamic_lamp.h index f7c0409507..eadd99f282 100644 --- a/esphome/components/dynamic_lamp/dynamic_lamp.h +++ b/esphome/components/dynamic_lamp/dynamic_lamp.h @@ -1,6 +1,11 @@ #pragma once #include "esphome/core/component.h" +#include "esphome/core/helpers.h" +#include "esphome/core/optional.h" +#include "esphome/core/esphal.h" +#include "esphome/core/log.h" +#include "esphome/core/time.h" #include "esphome/components/output/float_output.h" #include "esphome/components/light/light_output.h"