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.