add "sensor" to mqtt hassio integration filter (#570)

This commit is contained in:
Stefan Lorenz
2022-03-19 11:42:34 +01:00
committed by GitHub
parent 8636dc7423
commit aa8137ddf3
+1 -1
View File
@@ -105,7 +105,7 @@ filter-seen = 5
#filter-non-circuit =
# include only messages having the specified name (partial match, alternatives and wildcard supported).
# HA integration: filter to some useful names for monitoring the heating circuit
filter-name = status|temp|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$
filter-name = status|temp|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$|sensor
# exclude messages having the specified name (partial match, alternatives and wildcard supported).
#filter-non-name =
# include only messages having the specified level (partial match, alternatives and wildcard supported).