Skip to content

Commit

Permalink
Merge pull request #90 from fmeis/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikamann authored Dec 1, 2024
2 parents d782fdf + 4292e08 commit ed58c69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions custom_components/oekofen_pellematic_compact/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
UnitOfMass,
UnitOfPower,
UnitOfEnergy,
UnitOfElectricPotential,
)
from homeassistant.components.number import NumberDeviceClass, NumberMode

Expand Down Expand Up @@ -112,8 +113,8 @@
"L_voltage": [
"Stirling Engine Voltage",
"L_voltage",
UnitOfElectricPotential.VOLT,
None,
"mdi:numeric",
],
"L_current": [
"Stirling Engine Current",
Expand Down Expand Up @@ -142,20 +143,20 @@
"L_power_totals": [
"Stirling Engine Power Totals",
"L_power_totals",
UnitOfEnergy.KILO_WATT_HOUR,
None,
"mdi:numeric",
],
"L_power_today": [
"Stirling Engine Power Today",
"L_power_today",
UnitOfEnergy.KILO_WATT_HOUR,
None,
"mdi:numeric",
],
"L_power_yesterday": [
"Stirling Engine Power Yesterday",
"L_power_yesterday",
UnitOfEnergy.KILO_WATT_HOUR,
None,
"mdi:numeric",
],
"L_source": [
"Stirling Engine Source",
Expand Down

0 comments on commit ed58c69

Please sign in to comment.