1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Trying yet again

This commit is contained in:
Jordan Zucker 2025-02-13 15:02:38 -08:00
parent 0ae99f9b24
commit 767447d47f

View File

@ -8,6 +8,9 @@
#include "esphome/core/component.h"
#include "esphome/core/controller.h"
#include "esphome/core/entity_base.h"
#ifdef USE_CLIMATE
#include "esphome/core/log.h"
#endif
namespace esphome {
namespace prometheus {