mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add support for USB discovery (#54904)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -41,6 +41,7 @@ def validate_integration(config: Config, integration: Integration):
|
||||
or "async_step_ssdp" in config_flow
|
||||
or "async_step_zeroconf" in config_flow
|
||||
or "async_step_dhcp" in config_flow
|
||||
or "async_step_usb" in config_flow
|
||||
)
|
||||
|
||||
if not needs_unique_id:
|
||||
|
||||
Reference in New Issue
Block a user