I have the following error I’m not seemingly able to get rid of.
“api_password is going to deprecate. You need to use a bearer token to access /api/ from 172.30.32.2”
As well as
“api_password is going to deprecate. You need to use a bearer token to access /api/hassio_auth from 172.30.32.2”
Could you help me out?
I deleted the LEGACY_API user. I have the following addons running (hass.io):
My configuration.yaml looks like this:
#########################################
########## The start of it all ##########
#########################################
homeassistant:Name of the location where Home Assistant is running
name: Home
latitude:
longitude:
elevation: 50 # altitude above sea level in meters
unit_system: metric
time_zone: Europe/Brussels # From wikipediaCustomization file
customize: !include customize.yaml
Authentication?
auth_providers:
- type: homeassistant
##############################
Essential Components
##############################
frontend:
themes: !include_dir_merge_named themes/config:
hassio:
http:
#api_password: !secret http_password # from file secrets.yaml
base_url:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pemupdater:
include_used_components: true
history: # Enables support for tracking state changes over time
logbook: # View all events in a logbook
map: # Enables a map showing the location of tracked devices
system_health:#########################
google assistant
#########################
#########################
Included files
#########################
group: !include_dir_merge_named groups/
automation: !include automations.yaml
script: !include scripts.yaml
sensor: !include_dir_merge_list sensors/
binary_sensor: !include_dir_merge_list binary_sensors/
light: !include_dir_merge_list lights/
switch: !include_dir_merge_list switches/
cover: !include_dir_merge_list covers/
#motor: !include_dir_merge_list motors/
cloud: !include_dir_merge_named cloud/google_assistant: !include google_assistant_config.yaml
##########################
Small Components
##########################
sun: # Track the sun
Text to speech
tts:
- platform: google
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url:
nodered:
title: Node-RED
icon: mdi:sitemap
url:
knx: