Skip to content

Releases: raman325/ha-zoom-automation

v0.4.0 - Support API changes

23 Jan 08:00
Compare
Choose a tag to compare

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

09 Oct 06:53
Compare
Choose a tag to compare

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

22 Sep 19:16
Compare
Choose a tag to compare

Bugfix: Broke the sensor in a previous update

v0.2.4

22 Sep 18:48
Compare
Choose a tag to compare
  • Bugfix: When we can't access chat contacts, the sensor would fail. This change gracefully handles not having access to contacts and switches to relying on webhooks in this case.

v0.2.3

22 Sep 02:49
Compare
Choose a tag to compare

The binary_sensor logs an error when it first starts up. The sensor works fine after initial startup but this update will eliminate that error.

v0.2.2

22 Sep 02:40
Compare
Choose a tag to compare

Fixing (hopefully) the final bug in the refactor

v0.2.1

21 Sep 22:42
7085295
Compare
Choose a tag to compare

Fixes a bug

v0.2 - Now with polling

20 Sep 02:59
Compare
Choose a tag to compare

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.

v0.1.2

15 Sep 05:52
Compare
Choose a tag to compare

Mostly a code cleanup change. The only two changes of note are:

  • the default entity name has changed
  • a default name (Zoom) for the account is no longer provided since that would make your binary sensor be called binary_sensor.zoom_zoom

v0.1.1

13 Sep 19:57
Compare
Choose a tag to compare

Bug Fix: Logic for setting up the integration via the UI was incorrect (configuration.yaml was unaffected)