Correct a docstring typo for evohome (#126426)

initial commit
This commit is contained in:
David Bonnes 2024-09-22 14:37:01 +01:00 committed by GitHub
parent 46c26e7942
commit 53d76355ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}