mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add HomeKit and DHCP to DISCOVERY_SOURCES in config_entries (#54923)
This commit is contained in:
parent
2ddeb0c013
commit
725b316ec6
@ -104,6 +104,8 @@ DISCOVERY_NOTIFICATION_ID = "config_entry_discovery"
|
||||
DISCOVERY_SOURCES = (
|
||||
SOURCE_SSDP,
|
||||
SOURCE_ZEROCONF,
|
||||
SOURCE_HOMEKIT,
|
||||
SOURCE_DHCP,
|
||||
SOURCE_DISCOVERY,
|
||||
SOURCE_IMPORT,
|
||||
SOURCE_UNIGNORE,
|
||||
|
@ -2360,6 +2360,7 @@ async def test_async_setup_update_entry(hass):
|
||||
config_entries.SOURCE_DISCOVERY,
|
||||
config_entries.SOURCE_SSDP,
|
||||
config_entries.SOURCE_HOMEKIT,
|
||||
config_entries.SOURCE_DHCP,
|
||||
config_entries.SOURCE_ZEROCONF,
|
||||
config_entries.SOURCE_HASSIO,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user