skip seen for active write messages and publish read pendant for those
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
# - "$" matches the end of the input, e.g. "al$" matches "hal" but not "all".
|
||||
# - "*" matches a single arbitrary length wildcard part in the middle, e.g. "^a*l$" matches "all" but not "always".
|
||||
|
||||
# include only messages having data sent at least once.
|
||||
# include only messages having data sent at least once (only checked for passive or read messages, not for active write).
|
||||
# HA integration: filtering only seen messages to avoid unnecessary "pollution"
|
||||
filter-seen = 1
|
||||
# include only messages having a priority less than or equal to the specified value.
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
# - "$" matches the end of the input, e.g. "al$" matches "hal" but not "all".
|
||||
# - "*" matches a single arbitrary length wildcard part in the middle, e.g. "^a*l$" matches "all" but not "always".
|
||||
|
||||
# include only messages having data sent at least once.
|
||||
# include only messages having data sent at least once (only checked for passive or read messages, not for active write).
|
||||
filter-seen = 1
|
||||
# include only messages having a priority less than or equal to the specified value.
|
||||
#filter-priority =
|
||||
|
||||
Reference in New Issue
Block a user