kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
176 stars 33 forks source link

Installation on HA 2022.06 #68

Open jmsucasas opened 2 years ago

jmsucasas commented 2 years ago

Hi, Is not possible to install this pluggin on HA 2022.06. If I try to install it as an add-on, HA says that is not possible and the option to install it as a custom integration does not exist.
Thanks in advance

jmcollin78 commented 2 years ago

Same case, but was solved by opening a Web Browser in private navigation mode. A matter of browser cache certainly

alexdelprete commented 2 years ago

Hi, Is not possible to install this pluggin on HA 2022.06. If I try to install it as an add-on, HA says that is not possible and the option to install it as a custom integration does not exist. Thanks in advance

It works fine with HA 2022.6.

Did you read the instructions on the repo? You first install the custom component via HACS, then you configure the integration.

image

alexdelprete commented 2 years ago

Same case, but was solved by opening a Web Browser in private navigation mode. A matter of browser cache certainly

The HACS custom component installation didn't work for you or are you referring to the configuration of the integration? If the integration does not appear on the list, it's a known HA issue, you simply do a hard-refresh of the page in the browser (ctrl-F5), then you add it again and you should see it in the list (name Nuki Lock, white logo).

Doing these configs with private sessions could lead to weird issues because probably HA needs to use temp cookies or session variables etc.

jmcollin78 commented 2 years ago

@alexdelprete yes exactly. Opening a new private session also works but you have to login again. Thank's for the tips.