Correct a docstring typo for evohome (#126426)

initial commit
This commit is contained in:
David Bonnes
2024-09-22 15:37:01 +02:00
committed by GitHub
parent 46c26e7942
commit 53d76355ec
+2 -1
View File
@@ -79,7 +79,8 @@ CONFIG_SCHEMA: Final = vol.Schema(
extra=vol.ALLOW_EXTRA,
)
# system mode schemas are built dynamically when the services are regiatered
# system mode schemas are built dynamically when the services are registered
# because supported modes can vary for edge-case systems
RESET_ZONE_OVERRIDE_SCHEMA: Final = vol.Schema(
{vol.Required(ATTR_ENTITY_ID): cv.entity_id}