AUTO_LOAD = ["text_sensor"]

This commit is contained in:
Gábor Poczkodi 2024-10-19 22:53:01 +02:00
parent 91bbf0e69f
commit 7b812b8353

View file

@ -4,7 +4,6 @@
#include "esphome/core/automation.h" #include "esphome/core/automation.h"
#include "esphome/components/i2c/i2c.h" #include "esphome/components/i2c/i2c.h"
#include "esphome/components/sensor/sensor.h" #include "esphome/components/sensor/sensor.h"
#include "esphome/components/text_sensor/text_sensor.h"
#include "esphome/components/binary_sensor/binary_sensor.h" #include "esphome/components/binary_sensor/binary_sensor.h"
#include "esphome/components/number/number.h" #include "esphome/components/number/number.h"
#include "esphome/components/switch/switch.h" #include "esphome/components/switch/switch.h"