Skip to content

Commit

Permalink
include temperatures in Kelvin (closes #989)
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Sep 9, 2023
1 parent 76184c7 commit f633e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/etc/ebusd/mqtt-hassio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ type_switch-names = type_topic,type_class,type_state,type_sub
# HA integration: the mapping list for (potentially) writable number entities by field type, name, message, and unit.
type_switch-w-number =
number,temperature, = temp|,°C$
number,temperature, = temp|,K$
number,power_factor, = power*%%
number,power, = power|,kW$|,W$
number,voltage, = volt|,V$
Expand All @@ -183,6 +184,7 @@ type_switch-w-number =
type_switch-number =
sensor,,total_increasing = poweron|count,
sensor,temperature,measurement = temp|,°C$
sensor,temperature,measurement = temp|,K$
sensor,power_factor,measurement = power*%%
sensor,power,measurement = power|,kW$|,W$
sensor,voltage,measurement = volt|,V$
Expand Down

0 comments on commit f633e07

Please sign in to comment.