mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix assist_pipeline schema (#99318)
This commit is contained in:
parent
40748a6c34
commit
9e178ae2ce
@ -41,7 +41,12 @@ __all__ = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_SCHEMA = vol.Schema(
|
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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user