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).
I have gone through this, created the Home assistant API client within Minut developer tools then tried to add the integration to Home Assistant. This then asks to click a button to open the external website, which fails with
{āerrorā:āredirect_uri_mismatchā,āerror_descriptionā:āInvalid redirect URIā}
But then when you edit the link to include the correct redirect URI I get the correct āConnect Minut to Home Assistantā Page which asks to click Accept to grant Home Assistant permissions etc.
However, on doing this I then get no further and the Minut integration does not show up. Perhaps because I donāt see where Home Assistant gets to find out my Client ID and Client secret.
Any pointers on what to do next? Iām running HA 2025.4.1
I should mention that the Application Credentials are set up correctly so that is not the issue. But I still donāt see Minut listed as an installed integration
If I delete the application credentials and then try to re-add the integration I do get the dialog box to enter these, and they do get set up in HA.
But no Minut integration is displayed after all is done
Just had similar issues, so I ended up here in this thread. So Iāll post what made it to work on my end, perhaps it works for someone else. I had issues with wrong credentials and wrong redirect URL so I ended up with multiple issues.
Gadgets: Home Assistant Green, 5 Minut (Kickstarter version)
- I deleted the credentials (see link in frederikeās post above), I had it all wrong.
- Created a new API-client Minut website
- Entered the new client ID and secret ID when setting up the Minut credentials in Home Assistantās Integration, see to that the redirect URL was https:// my .home-assistant.io/redirect/oauth
- On https://my.home-assistant.io/, see to that the instance is the URL of you Home Assistant, this is mine: http://homeassistant.local:8123
- Accepted the steps in the integration
Now all steps passed and all Minuts show up in Home Assistant!