custom-components / grocy

Custom Grocy integration for Home Assistant
Apache License 2.0
164 stars 50 forks source link

Disable parallel updates #249

Closed marcelvriend closed 2 years ago

marcelvriend commented 2 years ago

Have seen some random "updating sensor took too long" errors. Most likely caused by the parallel updates in latest beta, requiring changes in pygrocy as well. This small change disables parallel updates.

marcelvriend commented 2 years ago

Will revert the commit for now.