Results 4 comments of Jon

I get this error from the withings after authenticating and choosing the user: {"errors":[{"message":"redirect_uri_mismatch: The redirect URI provided is missing or does not match partner callback url"}]} The redirect uri...

I have got this working now by: go into the withings developer portal https://developer.withings.com/dashboard/ Edit your application Add another callback URL: https://my.home-assistant.io/redirect/oauth ![image](https://user-images.githubusercontent.com/57672422/226738318-0d299466-0e9e-4111-ba67-a38caec914d5.png)Save and then Reconfigure again

as a workaround I have used split in a template And then to use in cards I use the mushroom template sensor: {{states('sensor.harry_places').split(",")}} gives: ['not_home', ' Seminar für Ausbildung und...

I had the same issue and needed to delete the account settings and recreate with the token authentication and it worked. Possibly I validated my email address after connecting previously...