Accessing lovelace dashboard without logging into home assistant

Edit It’s working now. I wasn’t sure which IP got where :wink:

homeassistant:
  auth_providers:
#    - type: homeassistant # this should not be in here 
    - type: trusted_networks
      trusted_networks:
#    - 192.168.x.x/24 ## your devices' subnet (where you want to login) # pick a subnet or an IP
        - 192.168.x.x ## your device IP  (where you want to login)
      trusted_users: ## the HA instance IP
        192.168.x.x: xxxxxxxxxxxxxxxxxxxx ## the user id
      allow_bypass_login: true
## The user id can be found here: http://homeassistant.local:8123/config/users

Original msg:
Thanks! I’ve tried it to cast the HA url to a Google hub, but the login screen keeps showing.
For the ‘Device IP’ I used the hub IP
For the trusted users IP I used the HA IP
Then I tried all combinations of the two.

Which IP of which device should I use?

Thanks in advance
~Peter

1 Like