Allow specifying discovery without a config flow (#54677)
This commit is contained in:
parent
c5d88d3e2f
commit
512a474e93
7 changed files with 16 additions and 41 deletions
|
@ -28,7 +28,7 @@ def generate_and_validate(integrations: dict[str, Integration]):
|
|||
for domain in sorted(integrations):
|
||||
integration = integrations[domain]
|
||||
|
||||
if not integration.manifest:
|
||||
if not integration.manifest or not integration.config_flow:
|
||||
continue
|
||||
|
||||
service_types = integration.manifest.get("zeroconf", [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue