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:
@@ -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]},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user