You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to generate a new token in order to add a new line as I lost the previous one.
Unfortunately the previous one got revoked, breaking all previous integrations.
How can I update the token in existing components ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
Sorry about the delay, but I currently have a very limited time to work on my projects.
Your problem could be solved by adding a Reauthentication step to the config flow, but unless someone opens a PR, this is pretty low in my priority list.
(on a sidenote: what I usually do with the websites that only allow generating one token per account is storing them in my password manager, so I can reuse them without having to replace everything that was using it).
A messy workaround would be to edit the system config files of home assistant (in the folder where you have your configuration.yaml file, you should also find a hidden folder: .storage, you could then edit the core.config_entries file in this folder and replace the api_token field for the idfm domains). I strongly recommend doing a full backup before trying this.
Hello,
I had to generate a new token in order to add a new line as I lost the previous one.
Unfortunately the previous one got revoked, breaking all previous integrations.
How can I update the token in existing components ?
Thanks !
The text was updated successfully, but these errors were encountered: