1
0
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:
J. Nick Koston
2022-11-28 18:54:53 -10:00
committed by GitHub
parent 1748a19242
commit 46b18367f7
9 changed files with 19 additions and 4 deletions

View File

@@ -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,