core/tests/components/bluetooth
J. Nick Koston c798723c27
Fix bluetooth diagnostics on macos (#79680)
* Fix bluetooth diagnostics on macos

The pyobjc objects cannot be pickled which cases dataclasses
asdict to raise an exception when trying to do the deepcopy

We now implement our own as_dict to avoid this problem

* add cover
2022-10-06 04:32:29 +02:00
..
__init__.py Reduce overhead to update passive bluetooth devices (#78545) 2022-09-16 12:24:20 +02: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_config_flow.py Restore history from bluetooth stack at startup (#78612) 2022-09-17 16:58:19 -05:00
test_diagnostics.py Fix bluetooth diagnostics on macos (#79680) 2022-10-06 04:32:29 +02:00
test_init.py Remove call to deprecated bleak register_detection_callback (#79558) 2022-10-03 21:15:09 -04:00
test_manager.py Handle default RSSI values from bleak in bluetooth (#78908) 2022-09-21 17:03:50 -04:00
test_models.py Improve performance of Bluetooth device fallback (#79078) 2022-09-26 09:12:08 -04:00
test_passive_update_coordinator.py Apply hass-relative-import to bluetooth tests (#78736) 2022-09-19 12:35:23 +02:00
test_passive_update_processor.py Apply hass-relative-import to bluetooth tests (#78736) 2022-09-19 12:35:23 +02:00
test_scanner.py Remove call to deprecated bleak register_detection_callback (#79558) 2022-10-03 21:15:09 -04:00
test_usage.py Ensure bleak_retry_connector uses HaBleakClientWrapper (#79132) 2022-09-27 14:06:10 -04:00