1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 22:02:22 +01:00

feat: include additional headers for enhanced functionality in DynamicLampComponent

This commit is contained in:
Oliver Kleinecke
2025-02-18 10:36:27 +01:00
parent 940ef6c50c
commit cb92ed2449

View File

@@ -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"