hass-core/tests/components/bluetooth
J. Nick Koston bbb9443b00
Fix bluetooth integration matching with service_data_uuids and service_uuids (#75687)
* Fix bluetooth integration with service_data and service_uuids

We would only dispatch a new flow when the address was seen for
the first time or the manufacturer_data appeared in a followup
advertisement. Its also possible for the service_data and
service_uuids to appear in a followup advertisement so we
need to track these as well

* improve logging to avoid overly large messages

* improve logging to avoid overly large messages

* adjust

* adjsut

* split

* coverage

* coverage

* coverage

* coverage

* fix matcher

* more coverage

* more coverage

* more coverage

* revert switchbot changes and move to seperate PR
2022-07-24 16:39:53 -05:00
..
__init__.py Fix async_get_scanner to return the correct bluetooth scanner (#75637) 2022-07-22 18:12:08 -05:00
conftest.py Add mock_bluetooth fixture (#75075) 2022-07-14 07:40:17 -05:00
test_config_flow.py Automatically set up Bluetooth during onboarding (#75658) 2022-07-23 10:47:12 -05:00
test_init.py Fix bluetooth integration matching with service_data_uuids and service_uuids (#75687) 2022-07-24 16:39:53 -05:00
test_passive_update_coordinator.py Split bluetooth coordinator into two classes (#75675) 2022-07-23 19:33:47 -05:00
test_passive_update_processor.py Split bluetooth coordinator into two classes (#75675) 2022-07-23 19:33:47 -05:00
test_usage.py Add support for setting up and removing bluetooth in the UI (#75600) 2022-07-22 13:19:53 -05:00