@poudenes wrote:
try to add this on my HA 0.107.7
--- customize: !include_dir_merge_named /config/package/customize/ customize_glob: !include_dir_merge_named /config/package/customize_global/ whitelist_external_dirs: - /config auth_providers: - type: trusted_networks trusted_networks: - 127.0.0.1 - !secret local_network trusted_users: 127.0.0.1: !secret user_id1 127.0.0.1: !secret user_id2 !secret local_network: !secret user_id1 !secret local_network: !secret user_id2 allow_bypass_login: true - type: homeassistant
local_network: 192.168.X.0/24 (I removed the number on X, its the whole IP rance of my network) user_id1: USER1 user_id2: USER2
But then HA start in save mode and get error:
2020-03-29 11:05:40 WARNING (MainThread) [homeassistant.bootstrap] Unable to set up core integrations. Activating safe mode 2020-03-29 11:05:44 WARNING (MainThread) [homeassistant.components.hassio.handler] Dont use 'server_host' options with Hass.io 2020-03-29 11:06:15 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.3002113392] Received invalid command: browser_mod/update
What can this be?
Posts: 1
Participants: 1