core/homeassistant/components/yalexs_ble
J. Nick Koston c91417e71f
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 03:36:02 +01:00
..
translations [ci skip] Translation update 2022-12-01 00:33:36 +00:00
__init__.py Fix yale access bluetooth locks delaying startup when key changes (#83024) 2022-12-01 03:36:02 +01:00
binary_sensor.py
config_flow.py
const.py
entity.py
lock.py
manifest.json Fix yale access bluetooth locks delaying startup when key changes (#83024) 2022-12-01 03:36:02 +01:00
models.py
sensor.py
strings.json
util.py