What do I need to change? Because we had already created new auth user (when it moved to it few releases ago) which uses a different password then the one mentioned in api_password
So do I simply delete that line? Or do I need to put the following in addition?
WARNING (MainThread) [homeassistant.components.http.auth] api_password is going to deprecate. You need to use a bearer token to access /api/stream from
WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from
But the password is definitely different then mentioned in the secret. Means I am still using api_password??