Is there a way to disable notifications of failed login attempts, or alternately, is there a way to hide ALL notifications from certain users? Background:
The wall-mounted tablet in my kitchen uses Fully Kiosk and a regular (not admin) user. This tablet, for whatever reason, regularly generates login failures. Those failures generate notifications, and those notifications generate the little red dot on the hamburger menu in the upper left corner.
Since no one seems to have a solution for why the login failures happen, the next best thing is to suppress the notifications so the little red dot doesn’t show up. Might seem trivial, but it really bothers my OCD, and I just HAVE to click on it every time I walk by that display and see the notification - and it’s always the same nonsense. It’s turning into the boy who cried wolf, and really annoying the life out of me. Moreover, I’d like to prevent having a big red dot screaming to my guests “click this configuration bar!!”
Any ideas or assistance would be greatly appreciated.
Thank you for that. I finally just had a few minutes free, and implemented this automation. I’ll let you know if it doesn’t get the job done, but following it in theory, it looks good to me!
Thank you again for the assist.
edit: Haven’t seen any of those notifications since adding this automation. Seeing as they used to show up multiple times a day, I’m going to call this fixed. Thanks again, @VDRainer !!!
No, you can’t just copy/paste it in… The first line of the code is only used at the beginning of the file. The author included it in the example so you’d know what it was.
Next, you need an id. Then, you can copy in the rest of the code - except you’ll need to edit the ‘hostname_or_ip’ part to whatever the offending value is in your environment.
Check your existing automations file for examples, that’s honestly the best way to learn. That’s how I did it.