Hi guys,
Have already searched the problem and seen multiple topics about it. But the problem is with a specific addition I make to a lovelace dashboard.
I’m getting the error every 10 seconds.
Login attempt failed
Login attempt or request with invalid authentication from 192.168.33.1
I was making an dashboard for the google nest hub. And I added an card for the doorbell camera view.
After that I’m overloaded with the errors.
This is the code:
- card: picture-glance
cardOptions:
camera_image: camera.voordeur
camera_view: auto
entities: []
title: Voordeur
cardStyle: |
:host {
display: flex;
height: 100%;
}
higher: true
higherSize: 2
name: Voordeur
noPadding: true
wider: true
widerSize: 3
I use HA on my raspberry pi 3B+ and already have the following in my config:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.33.0/24
What can I do to remove that error message ???