I used to use Neato vacuum robot integration - just had oauth creds (neato_client_id and secret) configured in secrets.yaml, and apart for no-go lines it worked just fine.
Some time ago (about a month) it stopped working, and I recently tried to get it back alive.
It looks like when I add the integration now, after entering secrets in web UI popup (weren’t there before) I am being redirected to neato, but the redirect url seem to be wrong.
It does not point to my home instancce and port, but it looks like follows:
https://apps.neatorobotics.com/oauth2/authorize?client_id=XXXX&client_secret=XXXXX&redirect_uri=https%3A%2F%2Fmy.home-assistant.io%2Fredirect%2Foauth&response_type=code&scope=public_profile+control_robots+maps&state=XXXXXX
Neato returns “The redirect uri included is not valid.” error.
Can anyone advise what is happening?