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

feat: include RealTimeClock header in dynamic_lamp.h for time management

This commit is contained in:
Oliver Kleinecke
2025-02-18 10:58:06 +01:00
parent 762d40c570
commit b996293ccf

View File

@@ -5,6 +5,7 @@
#include "esphome/core/optional.h"
#include "esphome/core/log.h"
#include "esphome/core/time.h"
#include "esphome/components/time/real_time_clock.h"
#include "esphome/components/output/float_output.h"
#include "esphome/components/light/light_output.h"