Update version of iZone library to add some bug fixes#61548
Update version of iZone library to add some bug fixes#61548balloob merged 3 commits intohome-assistant:devfrom
Conversation
|
Was this categorized incorrect as |
If so we need to fix it here as well https://github.com/home-assistant/home-assistant.io/blob/next/source/_integrations/izone.markdown |
Yeh that's correct. The device was pretending to push, but actually it just just sent out alerts to re-poll on a fixed period. The newer version of the device doesn't even do that. |
|
|
|
||
| # homeassistant.components.izone | ||
| python-izone==1.1.8 | ||
| python-izone==1.2.3 |
There was a problem hiding this comment.
I don't find a github release or tag for version 1.2.3. Is it possible to add that so we can see the changes?
There was a problem hiding this comment.
Oh yeh sure. I think I forgot to push the tag. Will do this when I get home. It's the head version anyhow.
|
@MartinHjelmare could this please be included in the next patch release, rather than the next major? It's a bug-fix really. |
Proposed change
Update to newest version of iZone library. This fixes some issues with returned message handling and fixes some errors that were crashing the library update loop, plus cleans up the messages.
The new library version also includes power monitoring, but this is not active in HA yet.
Type of change
Additional information
Device is polled, not pushed home-assistant.io#20753
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: