mirror of
https://github.com/home-assistant/core.git
synced 2026-06-06 15:36:51 +01:00
91fbff05db
* Improve performance impact of zwave_js update entity and other tweaks * Reduce concurrent polls * we need to write state after setting in progress to false * Fix existing tests * Fix tests by fixing fixtures * remove redundant conditional * Add test for delayed startup * tweaks * outdent happy path * Add missing PROGRESS feature support * Update homeassistant/components/zwave_js/update.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/zwave_js/update.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Fix tests by reverting outdent, PR comments, mark callback * Remove redundant conditional * make more readable * Remove unused SCAN_INTERVAL * Catch FailedZWaveCommand * Add comment and remove poll unsub on update * Fix catching error and add test * readability * Fix tests * Add assertions * rely on built in progress indicator Co-authored-by: Martin Hjelmare <marhje52@gmail.com>