The following works as expected in the CLI (sends a notification to ingo only and on homeassistant only):
\napprise -vb \"Message for ingo via HA only\" --tag=\"ingo, ha\"
Doing the same in the web UI with a manual tag ingo,ha, does not work and sends notifications to all and everyone.
\n
\nIs that a bug, not ready, not planned?
\nLooks like to GUI does only support OR tags.
Sorry for taking so long to reply to this. The GUI is really just used for testing only. But i suppose i could try to add a OR functionality to it. As it is now, you're correct; everything is AND'ed together.
-
|
I have the following configuration, but that only seems to work for OR tags, not for AND tags in the UI. The following works as expected in the CLI (sends a notification to ingo only and on homeassistant only): Doing the same in the web UI with a manual tag ingo,ha, does not work and sends notifications to all and everyone. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for taking so long to reply to this. The GUI is really just used for testing only. But i suppose i could try to add a |
Beta Was this translation helpful? Give feedback.
Sorry for taking so long to reply to this. The GUI is really just used for testing only. But i suppose i could try to add a
ORfunctionality to it. As it is now, you're correct; everything isAND'ed together.