Allow integrations to request dhcp discovery flows for registered devices (#66528)

This commit is contained in:
J. Nick Koston
2022-02-15 11:02:52 -06:00
committed by GitHub
parent 2b43293363
commit f069a37f7d
7 changed files with 239 additions and 647 deletions

View File

@@ -218,6 +218,7 @@ MANIFEST_SCHEMA = vol.Schema(
str, verify_uppercase, verify_wildcard
),
vol.Optional("hostname"): vol.All(str, verify_lowercase),
vol.Optional("registered_devices"): cv.boolean,
}
)
],