mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 04:33:49 +01:00
Restore original websocket commands for config entries (#93707)
Restore original websocket commands and add "config_entries/get_single"
This commit is contained in:
@@ -36,7 +36,7 @@ async def test_options_flow_disabled_not_setup(
|
||||
await ws_client.send_json(
|
||||
{
|
||||
"id": 5,
|
||||
"type": "config_entries/get_matching",
|
||||
"type": "config_entries/get",
|
||||
"domain": "bluetooth",
|
||||
}
|
||||
)
|
||||
@@ -370,7 +370,7 @@ async def test_options_flow_disabled_macos(
|
||||
await ws_client.send_json(
|
||||
{
|
||||
"id": 5,
|
||||
"type": "config_entries/get_matching",
|
||||
"type": "config_entries/get",
|
||||
"domain": "bluetooth",
|
||||
}
|
||||
)
|
||||
@@ -403,7 +403,7 @@ async def test_options_flow_enabled_linux(
|
||||
await ws_client.send_json(
|
||||
{
|
||||
"id": 5,
|
||||
"type": "config_entries/get_matching",
|
||||
"type": "config_entries/get",
|
||||
"domain": "bluetooth",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user