mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 14:16:40 +00:00
[climate] Fix climate_schema (#8772)
This commit is contained in:
parent
a83959d738
commit
5e164b107a
@ -254,7 +254,7 @@ def climate_schema(
|
||||
icon: str = cv.UNDEFINED,
|
||||
) -> cv.Schema:
|
||||
schema = {
|
||||
cv.GenerateID(): cv.declare_id(Climate),
|
||||
cv.GenerateID(): cv.declare_id(class_),
|
||||
}
|
||||
|
||||
for key, default, validator in [
|
||||
|
Loading…
x
Reference in New Issue
Block a user