My Wireless Sensor Tag hub is at IP 192.168.1.8.
Every few minutes I get a notification in the front end that “Login attempt or request with invalid authentication from 192.168.1.8 (192.168.1.8). See the log for details.”
I had an automation that would dismiss the notifications. It has stopped working.
Is there any other way to stop getting / dismiss these notifications.
This was the automaton that would dismiss the notificatsion. It has stopped working. Ideally id prefer to not have the notifications over dismissing them:
alias: persistent_notification_dismiss_http_login
description: stop notify 192.168.1.8 login issue
trigger:
- platform: event
event_type: state_changed
event_data:
entity_id: persistent_notification.http_login
old_state: null
condition:
- condition: template
value_template: |
{{ '192.168.1.8' in trigger.event.data.new_state.attributes.message }}
action:
- service: persistent_notification.dismiss
data:
notification_id: http_login''
Log shows:
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:82
Integration: HTTP (documentation, issues)
First occurred: 7:33:45 AM (1 occurrences)
Last logged: 7:33:45 AM
Login attempt or request with invalid authentication from 192.168.1.8 (192.168.1.8). Requested URL: '/api/events/wirelesstag_update_tags'. (None)