We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715c733 commit 3f3e7ecCopy full SHA for 3f3e7ec
custom_components/monta/sensor.py
@@ -49,6 +49,13 @@ class MontaSensorEntityDescription(SensorEntityDescription):
49
device_class=SensorDeviceClass.ENUM,
50
options=[x.value for x in ChargerStatus],
51
),
52
+ SensorEntityDescription(
53
+ key="charger_lastMeterReadingKwh",
54
+ name="Last meter reading",
55
+ icon="mdi:counter",
56
+ device_class=SensorDeviceClass.ENERGY,
57
+ native_unit_of_measurement="kWh",
58
+ ),
59
)
60
61
0 commit comments