1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

Update esphome/components/thermostat/climate.py

This commit is contained in:
J. Nick Koston
2025-10-30 10:22:53 -05:00
committed by GitHub
parent e2b3dec9d9
commit 9687ba3c36

View File

@@ -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