remove senseless measurement state_class from writable number entities

This commit is contained in:
John
2022-01-30 14:31:33 +01:00
parent 6155e58e50
commit b7106e89a9
+8 -10
View File
@@ -153,16 +153,14 @@ type_switch-names = type_topic,type_class,type_state
# matches at all, the variable(s) are set to the empty string.
# HA integration: the mapping list for (potentially) writable number entities by field type, name, message, and unit.
type_switch-w-number =
number,temperature,measurement = temp|,°C$
number,power,measurement = power|,kW$|,W$
number,power_factor,measurement = power*%%
number,voltage,measurement = volt|,V$
number,current,measurement = current,|,A$
number,energy,total_increasing = energy|,Wh$
number,yield,total_increasing = total*,Wh$
number,pressure,measurement = bar$
number,gas,measurement = gas*/min$
number,humidity,measurement = humid*%%$
number,temperature, = temp|,°C$
number,power, = power|,kW$|,W$
number,power_factor, = power*%%
number,voltage, = volt|,V$
number,current, = current,|,A$
number,pressure, = bar$
number,gas, = gas*/min$
number,humidity, = humid*%%$
# HA integration: the mapping list for numeric sensor entities by field type, name, message, and unit.
type_switch-number =