It is for me, great work, had to update the Client/Secret through Minut but after that really easy to get going again.
Not working for me. Iāve removed the hardwired stuff in configuration.yaml.
I go to add the Minut Point integration. It then invites me go to the website.
It builds a URL which appears to have an old client id in it? and tries to go to
Iāve followed the instructions to add a key to minut so got the client id and secret. This fails with invalid request/ no such client.
I update the client_id bit with my client and that gets to the point of of a screen allowing me to authenticate. Once I do this though I get a 404 when it tries to come back to my home assistant instance.
Iām assuming I have to change my.home-assistant.io
in the instructions with my external URL to my home assistant website (this isnāt obvious). However Iāve tried both and it doesnāt work either way.
Any advice please?
I had the this problem too. What I did was to change the credentials in the yaml file, un-comment them and restart. After that it complained that I should remove the IDs from the yaml, comment them out again and restart. This time on adding the Minut integration there was a choice of using the stored (old idās, in my case my email was shown), or importing them (the new ones) from configuration.yaml, selecting this, everything worked.
That part corrected the problem in that it now puts the correct client id in. It still 404s when it comes back to my home assistant instance though after Iāve accepted ok on the authorisation page.
Itās obviously a bit buggy that it remembers credentials that youāve effectively commented out but I donāt understand when it comes back to
https:///redirect/oauth?code=&state= where that is destined to go. It my case just producing a 404.
Did you have the āyour instance URLā as 192.168.x.x:8123 on the link page? I had to change mine to http://homeassistant.local:8123 (mentioned further up the thread here)
I think you need to configure the Home Assistant URL: Remote access - Home Assistant
The redirect uri should be https://my.home-assistant.io/redirect/oauth
and you should configure that to point to your home-assistant instance (perhaps http://homeassistant.local:8123
)
This is pretty well explained in the docs Minut Point - Home Assistant
I suggest that you ensure that you have removed the tokens both int yaml
and in the Credentials page (Link to Credentials ā My Home Assistant).