Skip to content

Commit

Permalink
Fix Home Assistant filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
eiqnepm committed Sep 19, 2024
1 parent 44f4703 commit de01fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.d/homeassistant-auth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before = common.conf

[Definition]

failregex = ^%(__prefix_line)s.*\[homeassistant.components.http.ban\] Login attempt or request with invalid authentication from <HOST>.*$
failregex = ^%(__prefix_line)s.*\[homeassistant.components.http.ban\] Login attempt or request with invalid authentication from.*\(<HOST>\).*$

ignoreregex =

Expand Down

0 comments on commit de01fa6

Please sign in to comment.