mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add HomeKit and DHCP to DISCOVERY_SOURCES in config_entries (#54923)
This commit is contained in:
@@ -104,6 +104,8 @@ DISCOVERY_NOTIFICATION_ID = "config_entry_discovery"
|
|||||||
DISCOVERY_SOURCES = (
|
DISCOVERY_SOURCES = (
|
||||||
SOURCE_SSDP,
|
SOURCE_SSDP,
|
||||||
SOURCE_ZEROCONF,
|
SOURCE_ZEROCONF,
|
||||||
|
SOURCE_HOMEKIT,
|
||||||
|
SOURCE_DHCP,
|
||||||
SOURCE_DISCOVERY,
|
SOURCE_DISCOVERY,
|
||||||
SOURCE_IMPORT,
|
SOURCE_IMPORT,
|
||||||
SOURCE_UNIGNORE,
|
SOURCE_UNIGNORE,
|
||||||
|
@@ -2360,6 +2360,7 @@ async def test_async_setup_update_entry(hass):
|
|||||||
config_entries.SOURCE_DISCOVERY,
|
config_entries.SOURCE_DISCOVERY,
|
||||||
config_entries.SOURCE_SSDP,
|
config_entries.SOURCE_SSDP,
|
||||||
config_entries.SOURCE_HOMEKIT,
|
config_entries.SOURCE_HOMEKIT,
|
||||||
|
config_entries.SOURCE_DHCP,
|
||||||
config_entries.SOURCE_ZEROCONF,
|
config_entries.SOURCE_ZEROCONF,
|
||||||
config_entries.SOURCE_HASSIO,
|
config_entries.SOURCE_HASSIO,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user