mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Send back BLE address type when connecting via esphome proxies (#82890)
This commit is contained in:
@@ -155,6 +155,7 @@ async def test_diagnostics(
|
||||
],
|
||||
"name": "x",
|
||||
"rssi": -60,
|
||||
"details": None,
|
||||
}
|
||||
],
|
||||
"last_detection": ANY,
|
||||
@@ -179,6 +180,7 @@ async def test_diagnostics(
|
||||
],
|
||||
"name": "x",
|
||||
"rssi": -60,
|
||||
"details": None,
|
||||
}
|
||||
],
|
||||
"last_detection": ANY,
|
||||
@@ -203,6 +205,7 @@ async def test_diagnostics(
|
||||
],
|
||||
"name": "x",
|
||||
"rssi": -60,
|
||||
"details": None,
|
||||
}
|
||||
],
|
||||
"last_detection": ANY,
|
||||
@@ -366,6 +369,7 @@ async def test_diagnostics_macos(
|
||||
],
|
||||
"name": "x",
|
||||
"rssi": -60,
|
||||
"details": None,
|
||||
}
|
||||
],
|
||||
"last_detection": ANY,
|
||||
|
||||
Reference in New Issue
Block a user