Skip to content

Commit

Permalink
Use UnitOftemperature.KELVIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Jan 6, 2023
1 parent 42860cc commit 0aa52d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
UNITS = {
CONF_CELSIUS: UnitOfTemperature.CELSIUS,
CONF_SECONDS: UnitOfTime.SECONDS,
CONF_KELVIN: "K",
CONF_KELVIN: UnitOfTemperature.KELVIN,
CONF_BAR: UnitOfPressure.BAR,
CONF_PERCENT: PERCENTAGE,
CONF_ENERGY: UnitOfEnergy.KILO_WATT_HOUR,
Expand Down

0 comments on commit 0aa52d7

Please sign in to comment.