From 04c6b4070459bdc19828430c62bf7b59d527af54 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Feb 2022 11:29:22 +0100 Subject: [PATCH] use poll prio 5 --- contrib/etc/ebusd/mqtt-hassio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/etc/ebusd/mqtt-hassio.cfg b/contrib/etc/ebusd/mqtt-hassio.cfg index 437941ab..18751a6f 100644 --- a/contrib/etc/ebusd/mqtt-hassio.cfg +++ b/contrib/etc/ebusd/mqtt-hassio.cfg @@ -96,7 +96,7 @@ # when set to 1. If set to >1, then all messages passing the other filter criteria (including active read messages) will # automatically be set to have a poll priority of at most this value, so these are automatically being polled. # HA integration: filtering only seen messages to avoid unnecessary "pollution" and auto-poll all matched messages -filter-seen = 2 +filter-seen = 5 # include only messages having a priority less than or equal to the specified value. #filter-priority = # include only messages having the specified circuit (partial match, alternatives and wildcard supported).