Legacy Passwords

I am a bit confused about the http legacy passwords. I know that it’s being depreciated, but do I remove

http:
  api_password: !secret http_api_password

and add under homeassistant in the configuration.yaml file?

auth_providers:
   - type: legacy_api_password
     api_password: !secret http_password

You are not alone.
Let’s wait what will be in the release notes tomorrow.
https://rc.home-assistant.io/blog/2019/10/14/release-101/

Yes that’s what I did and I seems to work fine.
Tho if your still using other http: parts don’t remove that part, and don’t add a second homeassistant: part

I had som strange goings on when I had two entry’s for homeassistant:

You’ll get strange goings on if you have two entries for anything in your yaml file!