1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-01 01:22:20 +01:00

feat: add FRAM component include to DynamicLampComponent for enhanced functionality

This commit is contained in:
Oliver Kleinecke
2025-02-18 12:23:04 +01:00
parent 1d70552bf6
commit 56977335ac

View File

@@ -8,6 +8,7 @@
#include "esphome/components/time/real_time_clock.h" #include "esphome/components/time/real_time_clock.h"
#include "esphome/components/output/float_output.h" #include "esphome/components/output/float_output.h"
#include "esphome/components/light/light_output.h" #include "esphome/components/light/light_output.h"
#include "esphome/components/fram/fram.h"
namespace esphome { namespace esphome {
namespace dynamic_lamp { namespace dynamic_lamp {