laszlojakab / homeassistant-easycontrols

Helios EasyControls Modbus TCP/IP integration for Home Assistant
MIT License
21 stars 12 forks source link

feat: use coordinator to update values #94

Closed laszlojakab closed 1 year ago

laszlojakab commented 1 year ago

Description

This PR updates the code and introduces a data update coordinator class which builds an internal queue to schedule the updating of sensors. This will make sensor updates more reliable, and makes fan entity more responsive.