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 e6dd210 commit 25e090aCopy full SHA for 25e090a
plugwise/constants.py
@@ -316,15 +316,16 @@
316
# radiator_valve 'uncorrected_temperature', 'temperature_offset'
317
318
319
-
320
321
DEVICE_MEASUREMENTS = {
322
# HA Core current_temperature
323
"temperature": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
324
# HA Core setpoint
325
"thermostat": {ATTR_NAME: "setpoint", ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
326
# Anna/Adam
327
- "boiler_temperature": {ATTR_NAME: "water_temperature", ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
+ "boiler_temperature": {
+ ATTR_NAME: "water_temperature",
+ ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS,
328
+ },
329
"domestic_hot_water_state": {
330
ATTR_NAME: "dhw_state",
331
ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS,
0 commit comments