mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Integrations v2.1: Differentiating hubs, devices and services (#80524)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -37,7 +37,6 @@ async def test_options_flow_disabled_not_setup(
|
||||
"id": 5,
|
||||
"type": "config_entries/get",
|
||||
"domain": "bluetooth",
|
||||
"type_filter": "integration",
|
||||
}
|
||||
)
|
||||
response = await ws_client.receive_json()
|
||||
@@ -341,7 +340,6 @@ async def test_options_flow_disabled_macos(
|
||||
"id": 5,
|
||||
"type": "config_entries/get",
|
||||
"domain": "bluetooth",
|
||||
"type_filter": "integration",
|
||||
}
|
||||
)
|
||||
response = await ws_client.receive_json()
|
||||
@@ -371,7 +369,6 @@ async def test_options_flow_enabled_linux(
|
||||
"id": 5,
|
||||
"type": "config_entries/get",
|
||||
"domain": "bluetooth",
|
||||
"type_filter": "integration",
|
||||
}
|
||||
)
|
||||
response = await ws_client.receive_json()
|
||||
|
||||
Reference in New Issue
Block a user