Skip to content

Commit 0fbf1f6

Browse files
committed
Add thermostat/setpoint as zone-sensor
1 parent b0298e4 commit 0fbf1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"electricity_produced": UOM(POWER_WATT),
197197
"relay": UOM(NONE),
198198
"temperature": UOM(TEMP_CELSIUS), # HA Core thermostat current_temperature
199+
"thermostat": DATA("setpoint", TEMP_CELSIUS), # HA Core thermostat setpoint
199200
}
200201

201202
# Literals

0 commit comments

Comments
 (0)