Skip to content

Commit 458e8d8

Browse files
committed
Remove battery_charge, does not exist
1 parent ded3cd7 commit 458e8d8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

custom_components/plugwise-beta/sensor.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,19 @@
3737
"thermostat": ATTR_TEMPERATURE,
3838
"temperature": ATTR_TEMPERATURE,
3939
"battery": ATTR_BATTERY_LEVEL,
40-
"battery_charge": ATTR_BATTERY_LEVEL,
4140
"temperature_difference": ATTR_TEMPERATURE,
42-
"electricity_consumed": [
43-
"Current Consumed Power",
44-
"W",
45-
DEVICE_CLASS_POWER,
46-
"mdi:flash",
47-
],
4841
"valve_position": [
4942
"Valve Position",
5043
"%",
5144
"position",
5245
"mdi:valve",
5346
],
47+
"electricity_consumed": [
48+
"Current Consumed Power",
49+
"W",
50+
DEVICE_CLASS_POWER,
51+
"mdi:flash",
52+
],
5453
"electricity_produced": [
5554
"Current Produced Power",
5655
"W",

0 commit comments

Comments
 (0)