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 5ec6bf8 commit d0b1da2Copy full SHA for d0b1da2
plugwise/constants.py
@@ -448,6 +448,8 @@
448
DEVICE_MEASUREMENTS: Final[dict[str, dict[str, str]]] = {
449
# HA Core thermostat current_temperature
450
"temperature": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
451
+ # HA Core thermostat setpoint
452
+ "thermostat": {ATTR_NAME: "setpoint", ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
453
# Specific for an Anna
454
"illuminance": {ATTR_UNIT_OF_MEASUREMENT: UNIT_LUMEN},
455
# Specific for an Anna with heatpump extension installed
0 commit comments