hass-core/tests/components/bluetooth
J. Nick Koston f70f972d88
Fix connectable Bluetooth devices not being seen if the nearest scanner is non-connectable (#80388)
If we saw the non-connectable scanner advertisement first we would reject
the connectable scanner advertisement because it had worse signal strength.

In this case we need to check both
2022-10-17 21:13:26 -04:00
..
__init__.py Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
conftest.py Update to bleak 0.18.0 (#79008) 2022-09-23 15:09:28 -10:00
test_active_update_coordinator.py Apply hass-relative-import to bluetooth tests (#78736) 2022-09-19 12:35:23 +02:00
test_advertisement_tracker.py Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
test_config_flow.py Restore history from bluetooth stack at startup (#78612) 2022-09-17 16:58:19 -05:00
test_diagnostics.py Fix connectable Bluetooth devices not being seen if the nearest scanner is non-connectable (#80388) 2022-10-17 21:13:26 -04:00
test_init.py Fire bluetooth listener for all matching devices (#80440) 2022-10-16 21:49:12 +02:00
test_manager.py Fix connectable Bluetooth devices not being seen if the nearest scanner is non-connectable (#80388) 2022-10-17 21:13:26 -04:00
test_models.py Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
test_passive_update_coordinator.py Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
test_passive_update_processor.py Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
test_scanner.py Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
test_usage.py Ensure bleak_retry_connector uses HaBleakClientWrapper (#79132) 2022-09-27 14:06:10 -04:00