From 7b812b8353827994d981f0671ae3b836c6d17ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Sat, 19 Oct 2024 22:53:01 +0200 Subject: [PATCH] AUTO_LOAD = ["text_sensor"] --- esphome/components/kt0803/kt0803.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/kt0803/kt0803.h b/esphome/components/kt0803/kt0803.h index 43fdeadd8b..63e7c778b6 100644 --- a/esphome/components/kt0803/kt0803.h +++ b/esphome/components/kt0803/kt0803.h @@ -4,7 +4,6 @@ #include "esphome/core/automation.h" #include "esphome/components/i2c/i2c.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/number/number.h" #include "esphome/components/switch/switch.h"