Releases: raman325/ha-zoom-automation
Releases · raman325/ha-zoom-automation
v0.4.0 - Support API changes
I was notified in #32 of some changes to the Zoom API that caused some issues with the existing implementation and its accuracy for presence. This update now tracks statuses in the status
attribute more granularly (see here for an explanation of statuses). I also updated the binary sensor to be off when the status is Available
and on for any other status.
v0.3.0 - Better error detection
It's clear many people are not familiar with the External URL
setting in Home Assistant. This release does a better job of detecting when there is no external URL available and letting the user know with a more friendly error.
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2 - Now with polling
Refactored the code and added polling. This ensures that even if you missed the webhook event, your binary_sensor
will eventually catch up on state.