core/tests/components/august
J. Nick Koston b14dc306cf Fix yale access bluetooth locks delaying startup when key changes (#83024)
If the keys changed for the yale locks, the locks would be
slow to setup. Because august had yalexs_ble as an
after dep, it would be waiting with the new keys but not
able to setup because it was waiting for the locks to setup
which would be trying over and over until they failed because
the key had changed out from under it.

This change moves some more code into the lib to avoid
the dep and allows both to startup at the same time so
the cloud service can feed the new keys in if needed without
waiting for the lock to fail to setup

changelog: https://github.com/bdraco/yalexs-ble/compare/v1.9.8...v1.10.0
2022-12-01 16:37:02 -05:00
..
fixtures Update offline keys from august cloud for august branded yale locks (#76577) 2022-08-10 16:21:41 -10:00
__init__.py
mocks.py Update offline keys from august cloud for august branded yale locks (#76577) 2022-08-10 16:21:41 -10:00
test_binary_sensor.py Apply hass-relative-import to tests (a-c) (#78728) 2022-09-19 09:48:25 +02:00
test_button.py Adjust root-import in tests (#78761) 2022-09-19 15:22:23 +02:00
test_camera.py Apply hass-relative-import to tests (a-c) (#78728) 2022-09-19 09:48:25 +02:00
test_config_flow.py Refactor persistent notification to no longer route all data via a service (#57157) 2021-10-07 12:58:00 +02:00
test_diagnostics.py Apply hass-relative-import to tests (a-c) (#78728) 2022-09-19 09:48:25 +02:00
test_gateway.py Apply hass-relative-import to tests (a-c) (#78728) 2022-09-19 09:48:25 +02:00
test_init.py Fix yale access bluetooth locks delaying startup when key changes (#83024) 2022-12-01 16:37:02 -05:00
test_lock.py Apply hass-relative-import to tests (a-c) (#78728) 2022-09-19 09:48:25 +02:00
test_sensor.py Apply hass-relative-import to tests (a-c) (#78728) 2022-09-19 09:48:25 +02:00