1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Small cleanups to Bluetooth fallback intervals (#102440)

This commit is contained in:
J. Nick Koston
2023-10-21 10:06:49 -10:00
committed by GitHub
parent 89f9d64bf5
commit f9dbddc884
3 changed files with 17 additions and 5 deletions

View File

@@ -157,6 +157,7 @@ async def test_diagnostics(
},
"advertisement_tracker": {
"intervals": {},
"fallback_intervals": {},
"sources": {},
"timings": {},
},
@@ -328,6 +329,7 @@ async def test_diagnostics_macos(
},
"advertisement_tracker": {
"intervals": {},
"fallback_intervals": {},
"sources": {"44:44:33:11:23:45": "local"},
"timings": {"44:44:33:11:23:45": [ANY]},
},
@@ -520,6 +522,7 @@ async def test_diagnostics_remote_adapter(
},
"advertisement_tracker": {
"intervals": {},
"fallback_intervals": {},
"sources": {"44:44:33:11:23:45": "esp32"},
"timings": {"44:44:33:11:23:45": [ANY]},
},