mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 21:07:32 +00:00
Fix assist_pipeline schema (#99318)
This commit is contained in:
@@ -41,7 +41,12 @@ __all__ = (
|
||||
)
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
{vol.Optional(DOMAIN): {vol.Optional("debug_recording_dir"): str}}
|
||||
{
|
||||
DOMAIN: vol.Schema(
|
||||
{vol.Optional("debug_recording_dir"): str},
|
||||
)
|
||||
},
|
||||
extra=vol.ALLOW_EXTRA,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user