Releases: raman325/ha-zoom-automation
Releases · raman325/ha-zoom-automation
v0.1 - Initial Release
For those using prerelease versions, there have been multiple breaking changes. The integration is now at a point where there shouldn't be anymore breaking changes anytime soon.
- The component has been renamed from
zoom_automation
tozoom
.- You will need to update the Zoom callback URL from step 11 of
Installation>Set up your Zoom app
from<BASE_HA_URL>/api/zoom_automation
to<BASE_HA_URL>/api/zoom
. - Any automations you've created on the webhook event have to use the
zoom_webhook
event instead ofzoom_automation_webhook
.
- You will need to update the Zoom callback URL from step 11 of
- The sensor entity is no longer available. All information from the sensor entity has now been collapsed into the binary_sensor entity
You may also want to remove the Zoom integration from your Integrations list, uninstall it from HACS, restart HA, and then reinstall it to ensure a clean transition.