From 9687ba3c361c94ec1b164bcc67f39ed43d5b6c34 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 30 Oct 2025 10:22:53 -0500 Subject: [PATCH] Update esphome/components/thermostat/climate.py --- esphome/components/thermostat/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/thermostat/climate.py b/esphome/components/thermostat/climate.py index 8c6a2911e6..aa5501ffb5 100644 --- a/esphome/components/thermostat/climate.py +++ b/esphome/components/thermostat/climate.py @@ -1,4 +1,4 @@ -from esphome import automation # TODO +from esphome import automation import esphome.codegen as cg from esphome.components import climate, sensor import esphome.config_validation as cv