Using more than one tag with AND as in tag1,tag2 to use a specific url for a specific user in the UI #1268
-
|
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.
Replies: 1 comment
-
|
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.