Integration with Minut Point?

It is for me, great work, had to update the Client/Secret through Minut but after that really easy to get going again.

1 Like

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)

  1. I deleted the credentials (see link in frederike’s post above), I had it all wrong.
  2. Created a new API-client Minut website
  3. 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
  4. 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
  5. Accepted the steps in the integration

Now all steps passed and all Minuts show up in Home Assistant!