Skip to content

Commit a9fc780

Browse files
authored
Merge pull request #25 from plugwise/p1v3_gas_frontend
Fix gas in relation to 0.1.11
2 parents bf41b13 + b01d103 commit a9fc780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/plugwise-beta/sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@
119119
DEVICE_CLASS_POWER,
120120
"mdi:gauge",
121121
],
122-
"gas_consumed_peak_interval": [
122+
"gas_consumed_interval": [
123123
"Current Consumed Gas",
124124
"m3",
125125
DEVICE_CLASS_GAS,
126126
"mdi:gas-cylinder",
127127
],
128-
"gas_consumed_peak_cumulative": [
128+
"gas_consumed_cumulative": [
129129
"Cumulative Consumed Gas",
130130
"m3",
131131
DEVICE_CLASS_GAS,

0 commit comments

Comments
 (0)