I just updated to 2026.8.1 and I have a number of settings in configuration.yaml that I do not believe have been fully implemented in the GUI, specifically allow_bypass_login and trusted_users
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 10.7.0.0/24
- 10.7.2.0/24
allow_bypass_login: true
trusted_users:
10.7.0.77: 9dsaf97sdfkakjf8asdf8asdfjkfd
10.7.2.23: 9dsaf97sdfkakjf8asdf8asdfjkfd
- type: homeassistant
auth_mfa_modules:
- type: totp
However, I do not see these settings in the GUI anywhere.
Has the HTTP yaml configuration been deprecated without complete support for all of the settings or am I missing something?
Edit: The warning states that
This stops working in version 2027.2.0. Please address before upgrading.
So I am assuming it that both will work simultaneously until all of the features have been migrated over. It looks like my configuration still works, so I will just ignore this message for now.