Thanks, I tried both in this way
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.0.0/24
and even in this way (this text window corrupted my copy/paste from configuration.yaml, please ignore dots before the lines)
homeassistant:
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:- 127.0.0.1
- ::1
- 192.168.1.0/24
- fd00::/8
- 172.16.0.0/12
allow_bypass_login: true
as it was suggested above. If understood correctly, 192.168.1.0 in these examples - is IP address of Google hub. Correct? So when I use http local IP address when trying to connect I get just log in and password fields which I can’t enter and when I use https duckdns when trying to connect I get login/password and additional button trusted networks like described here. When I click on it is says your computer is not allowed.
And now after so many attempts of connecting I’m receiving error “OSError: [Errno 105] No buffer space available” My home assistant is running on dockers. Do I have to reinstall CATT all together?