remove senseless measurement state_class from writable number entities
This commit is contained in:
@@ -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.
|
# 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.
|
# HA integration: the mapping list for (potentially) writable number entities by field type, name, message, and unit.
|
||||||
type_switch-w-number =
|
type_switch-w-number =
|
||||||
number,temperature,measurement = temp|,°C$
|
number,temperature, = temp|,°C$
|
||||||
number,power,measurement = power|,kW$|,W$
|
number,power, = power|,kW$|,W$
|
||||||
number,power_factor,measurement = power*%%
|
number,power_factor, = power*%%
|
||||||
number,voltage,measurement = volt|,V$
|
number,voltage, = volt|,V$
|
||||||
number,current,measurement = current,|,A$
|
number,current, = current,|,A$
|
||||||
number,energy,total_increasing = energy|,Wh$
|
number,pressure, = bar$
|
||||||
number,yield,total_increasing = total*,Wh$
|
number,gas, = gas*/min$
|
||||||
number,pressure,measurement = bar$
|
number,humidity, = humid*%%$
|
||||||
number,gas,measurement = gas*/min$
|
|
||||||
number,humidity,measurement = humid*%%$
|
|
||||||
|
|
||||||
# HA integration: the mapping list for numeric sensor entities by field type, name, message, and unit.
|
# HA integration: the mapping list for numeric sensor entities by field type, name, message, and unit.
|
||||||
type_switch-number =
|
type_switch-number =
|
||||||
|
|||||||
Reference in New Issue
Block a user