I am looking to connect Home Assistant to my Minut Point so that I can hopefully turn the alarm on and off etc. through Home Assistant.
I have the developer info from Minut and added it to my configuration.yaml file and hassio now sees my Point. It asks me to authenticate Point which takes me to the Minut log in page but from there is sends me to: localhost:8000/?code=3kuPwj01B3IRlkGW&state=5ocgyacUYYy4wYJVVvnLecDZDtqIi2%2C5ocgyacUYYy4wYJVVvnLecDZDtqIi2
Any ideas on how to get this to work? I am a noob and just started on Hassio a couple of days ago. I am running it on a RPi 3B+
I have had some issues with authentication of the Minut API lately running Home Assistant 0.102.x. All of them have been resolved by updating to 0.105.0.
Logger: homeassistant.config_entries
Source: components/point/__init__.py:78
First occurred: 9:26:11 AM (1 occurrences)
Last logged: 9:26:11 AM
Error setting up entry [email protected] for point
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 478, in request
url, http_method=method, body=data, headers=headers
File "/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py", line 198, in add_token
raise TokenExpiredError()
oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 216, in async_setup
hass, self
File "/usr/src/homeassistant/homeassistant/components/point/__init__.py", line 97, in async_setup_entry
await async_setup_webhook(hass, entry, session)
File "/usr/src/homeassistant/homeassistant/components/point/__init__.py", line 118, in async_setup_webhook
["*"],
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/pypoint/__init__.py", line 151, in update_webhook
hooks = self._request(MINUT_WEBHOOKS_URL, request_type='GET')['hooks']
File "/usr/local/lib/python3.7/site-packages/pypoint/__init__.py", line 95, in _request
request_type, url, timeout=TIMEOUT.seconds, **params)
File "/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 503, in request
self.token_updater(token)
File "/usr/src/homeassistant/homeassistant/components/point/__init__.py", line 78, in token_saver
entry.data[CONF_TOKEN] = token
TypeError: 'mappingproxy' object does not support item assignment
Hi, I’m trying to configure the Minut Point integration. I’ve followed all the steps but don’t get a link for the authentication steps. I do have a client id and and client secret configured in the configuration.yaml.
That’s all I’m seeing?
When clicking Submit I see the following:
Am I supposed to see a link to the Minut site? Any help would be much appreciated.