jason0x43 / hacs-hubitat

A Hubitat integration for Home Assistant
MIT License
191 stars 46 forks source link

HACS Hubitat integration No dialog box for Hubitat's Maker API info. #180

Closed droy32 closed 1 year ago

droy32 commented 1 year ago

Greetings,

Fresh HA Install Home Assistant 2022.8.6 on a RPI4B. Installed Hubitat Integration v0.8.1 via HCS but did not see a dialog box where I can add the HE maker API information. Tried Reinstalling Hubitat Integration v0.8.1 and tried using Chrome instead of Edge with no joy. I have restarted HA after each install attempt. I'm not sure if it helps but here is some data- from File: config_flow.py Config flow for Hubitat integration. from copy import deepcopy from hubitatmaker import ( ConnectionError, Hub as HubitatHub, InvalidConfig, InvalidToken, RequestError, ) Any help would be appreciated. Thanks

droy32 commented 1 year ago

I found the issue resolved in https://community.home-assistant.io/t/custom-component-hubitat/166750/1068 "Once you install the custom Hubitat integration via HACS, you then need to go to Home Assistant’s list of Integrations and Add it there".