raman325 / ha-zoom-automation

Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
MIT License
60 stars 16 forks source link

Unable to Install Integration #59

Closed conzty01 closed 2 years ago

conzty01 commented 2 years ago

Version of the custom_component

Configuration


# Zoom configuration
zoom:
  client_id: !secret zoom_client_ID
  client_secret: !secret zoom_client_secret
  verification_token: !secret zoom_verification_token

Describe the bug

I am attempting to install this custom component for the first time on my instance of Home Assistant but am running into an issue where the integration does not appear in the Settings > Devices & Services > Integrations page. I used the instructions provided in this repo to install the component using HACS however when I attempted to configure it using the UI, I found that the integration did not appear in the list of available integrations when I clicked the "Add Integration" button.

Thinking that this might just be a UI issue, I attempted to follow the instructions in this repo for configuring the component via the configuration.yaml file. After making the necessary additions and again restarting HA, I went to the Integrations page and still could not find the zoom integration.

Searching the HA logs, I see no mention of the zoom custom component anywhere-- even when enabling debug logs (though I suspect the debug logs did not work since the component does not appear to be installed). I have also attempted to install v0.8.1 of the Zoom Integration to see if this was just an issue with the latest released version, but I was still seeing the same behavior.

Debug log

NA
raman325 commented 2 years ago

try a hard refresh of the browser, the frontend aggressively caches things like the integrations list

raman325 commented 2 years ago

oh I just noticed your comment about the logs. That seems to be a HACS issue, not an integration issue

conzty01 commented 2 years ago

Looks like it came down to needing to do a hard refresh. Thanks @raman325 !