-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Top up salt alert #72
Comments
the main issue here is the device never stops alerting (in the api) so I we cannot just treat an alert as completed. When you dismiss it HA deletes the instance of it but the API never stops telling us the issue exists. The best i think we could do is break out the above screenshotted option to each category of alert (but i dont know what all those are either) So far have seen |
Hi @kingy444 I was just digging around this and just saw your latest messages. |
Hi @albaintor @kingy444 An Automation would be fine but there is no entity for the salt alert. |
For now the easiest option for you is to disable all notifications and create a template sensor based on the attribute of the alerts sensor |
I would recommend to totally remove the notifications, because none of any other integration sends notifications. It's up to the user to create an automation, if he wants a specific notification. Thanks for the hint, that there is an option in the config dialog to disable the notifications, because I was also annoyed about these new notifications. |
Alerts was actually a feature request 😀 There are definitely some that are useful for other devices though so I think they should stay. I'll look at enabling the granular alert settings as mentioned above, but for instance an alert that fridge door is open is important (and has ALERT status not WARNING) I think we just need to update the README to cover disabling them as desired. I'll probably make ALERT default on and WWARNING as off |
Just because it is a feature request, doesn't make it right. I have never seen any other integration giving alerts like that in notifications, and to be hones it is a very weird place to have them. How can I disable notifications from this integration? |
That's not needed, since you can disable it. Other people might find it useful! I have some questions about alerts:
|
Since the latest update, I receive frequent alerts informing me not to refill salt in my washing machine. How can I disable these alerts? I prefer to be notified only when there's no salt left.
The text was updated successfully, but these errors were encountered: