HI:
I had to reinstall HAOS on my x86 laptop, and restore HA from a backup,
Now smarthings doesnt work.
This is confusing to me:
Confirm Callback URL
SmartThings will be configured to send push updates to Home Assistant at:
https://hooks.nabu.casa/gAAAAABmpADU4Xpqubi7hf99db4iwi8bbqmpJdDVrA1AGB2ICuayDToRWKoroCeXh7zUo5S0jx9JBAmgI3MQmE-xY-HISrXC7mxc4blcOVgPrPGql0S_SzPHtbjPydDr8801YKiLWiqfy0FmJE3CLkA4hLV7ylzaALujaTDhr04osR2DUqd5KPE=
If this is not correct, please update your configuration, restart Home Assistant, and try again.
Update WHAT configuration? How?
This is what my log reports:
Error setting up entry Morning Glory for smartthings
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/smartthings/__init__.py", line 129, in async_setup_entry
token = await api.generate_tokens(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pysmartthings/smartthings.py", line 209, in generate_tokens
result = await self._service.generate_tokens(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pysmartthings/api.py", line 424, in generate_tokens
raise APIInvalidGrant(data.get("error_description"))
pysmartthings.errors.APIInvalidGrant: Invalid refresh token: 35e2c614-923e-4998-840e-bdcd94e98147 requested by clientId: 27626807-7048-4a99-a0a1-3d3e5578acb3 with grantType: refresh_token, e.cause: no cause
I’m kinda new to this, so any more specific instructions would be helpful.