add load and party (not yet hot as writes are excluded), missing command_topic for switch, formatting

This commit is contained in:
John
2022-01-30 17:31:17 +01:00
parent 30fa48a1a5
commit 3728cc9202
+5 -1
View File
@@ -99,7 +99,7 @@ filter-seen = 1
#filter-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
filter-name = status|temp|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$
# include only messages having the specified level (partial match, alternatives and wildcard supported).
#filter-level =
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
@@ -224,12 +224,16 @@ type_part-number = ,
"command_topic":"%topic/set",
"min":%min,
"max":%max%unit_of_measurement%state_class%type_class_number
# HA integration: %type_part variable for sensor %type_topic
type_part-sensor = %unit_of_measurement%state_class%type_class_sensor
# HA integration: %type_part variable for switch %type_topic
type_part-switch = ,
"command_topic":"%topic/set",
"payload_on":"on",
"payload_off":"off"%state_class
# HA integration: %type_part variable for binary_sensor %type_topic
type_part-binary_sensor = ,
"payload_on":"on",