mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add bluetooth integration (#74653)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -2497,6 +2497,7 @@ async def test_async_setup_update_entry(hass):
|
||||
@pytest.mark.parametrize(
|
||||
"discovery_source",
|
||||
(
|
||||
(config_entries.SOURCE_BLUETOOTH, BaseServiceInfo()),
|
||||
(config_entries.SOURCE_DISCOVERY, {}),
|
||||
(config_entries.SOURCE_SSDP, BaseServiceInfo()),
|
||||
(config_entries.SOURCE_USB, BaseServiceInfo()),
|
||||
|
||||
Reference in New Issue
Block a user