mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
parent
46c26e7942
commit
53d76355ec
@ -79,7 +79,8 @@ CONFIG_SCHEMA: Final = vol.Schema(
|
|||||||
extra=vol.ALLOW_EXTRA,
|
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(
|
RESET_ZONE_OVERRIDE_SCHEMA: Final = vol.Schema(
|
||||||
{vol.Required(ATTR_ENTITY_ID): cv.entity_id}
|
{vol.Required(ATTR_ENTITY_ID): cv.entity_id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user