[climate] Fix climate_schema (#8772)

This commit is contained in:
Jesse Hills 2025-05-13 16:35:56 +12:00 committed by GitHub
parent a83959d738
commit 5e164b107a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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