Skip to content

Commit 68f6f45

Browse files
authored
Merge pull request #60 from plugwise/add_legacy-sensors
Add 2 sensors for testing - legacy Anna only
2 parents fb88584 + 4f8d03c commit 68f6f45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

custom_components/plugwise-beta/sensor.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
SENSOR_MAP = {
4848
"setpoint": ATTR_TEMPERATURE,
4949
"temperature": ATTR_TEMPERATURE,
50+
"intended_boiler_temperature": ATTR_TEMPERATURE,
5051
"battery": ATTR_BATTERY_LEVEL,
5152
"water_pressure": ATTR_PRESSURE,
5253
"temperature_difference": ATTR_TEMPERATURE,
@@ -155,6 +156,12 @@
155156
DEVICE_CLASS_VALVE,
156157
"mdi:valve",
157158
],
159+
"modulation_level": [
160+
"Heater Modulation Level",
161+
"%",
162+
"modulation",
163+
"mdi:percent",
164+
],
158165
}
159166

160167
INDICATE_ACTIVE_LOCAL_DEVICE = [

0 commit comments

Comments
 (0)