Bypass login for Nest hub (cast)

I’m trying to allow one client (google nest hub gen2) to by pass the login

I tried this but that doesn’t seems to work, I’m still asked for a login (and the nest hub don’t have a virtual keyboard)

  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.1.2 -- client IP / no sub
      trusted_users:
        192.168.1.2: !secret gcastuser
      allow_bypass_login: true
    - type: homeassistant