W00D00 / home-assistant-elero

Elero Centero component
GNU General Public License v3.0
39 stars 10 forks source link

Fix execution on HA2023.5. #43

Closed matrixx567 closed 1 year ago

matrixx567 commented 1 year ago

With HA2023.5 it seems that different SyncWorker threads will handle the cover. This PR will add a threading lock for a serial request (write) and response (read) pair.

This PR should fix #42.