mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Allow disabling integrations in manifest, block uuid package being installed and disable ezviz (#38444)
This commit is contained in:
@@ -54,6 +54,7 @@ MANIFEST_SCHEMA = vol.Schema(
|
||||
vol.Optional("dependencies"): [str],
|
||||
vol.Optional("after_dependencies"): [str],
|
||||
vol.Required("codeowners"): [str],
|
||||
vol.Optional("disabled"): str,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user