I’m having a problem with the iOS app ever since I updated to the latest version 77.1
I setup a username and password upon loading 77.1 for the 1st time. I had a password set on the Ios app before the update so now im not sure which password I should be using, The new password I created certainly doesn’t work.
You need to enable legacy authentication until the app is updated. Use the password you used to use:
homeassistant:
auth_providers:
- type: homeassistant
# Uncomment next line if you want to enable legacy API password support
- type: legacy_api_password
Thanks for this, sorry a little bit confused. You said to uncomment out the next line. The next line isn’t uncommented.
I’ve added this in and still getting an error. Think I am being an idiot. Do I need to add in my old password somewhere.
map:
# Track the sun
sun:
auth_providers:
- type: homeassistant
# Uncomment next line if you want to enable legacy API password support
- type: legacy_api_password
The appropriate line was uncommented for you, The original explanation text was not changed.
You will also need to configure the legacy password in your configuration.yaml file:
http:
api_password: [your password here]
Also it looks like your auth code is indented more than the sun sensor above. “auth_providors” should start at text column 0 (and everything under it shifted the same amount). It could just be a cut and paste error.
I’m having the same issue with the iOS app. When I make the suggested changes and do a config check, I get a ‘auth_providers component not found’ error.