Add loggers to integration manifest.json (#65083)

This commit is contained in:
J. Nick Koston
2022-01-28 15:37:53 -06:00
committed by GitHub
parent 956ceb6c68
commit 5b755b74fb
722 changed files with 1464 additions and 720 deletions

View File

@@ -244,6 +244,7 @@ MANIFEST_SCHEMA = vol.Schema(
vol.Optional("dependencies"): [str],
vol.Optional("after_dependencies"): [str],
vol.Required("codeowners"): [str],
vol.Optional("loggers"): [str],
vol.Optional("disabled"): str,
vol.Optional("iot_class"): vol.In(SUPPORTED_IOT_CLASSES),
}