Skip to content

Commit 25e090a

Browse files
author
autoblack
committed
fixup: revert-names Python code reformatted using Black
1 parent e6dd210 commit 25e090a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plugwise/constants.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,16 @@
316316
# radiator_valve 'uncorrected_temperature', 'temperature_offset'
317317

318318

319-
320-
321319
DEVICE_MEASUREMENTS = {
322320
# HA Core current_temperature
323321
"temperature": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
324322
# HA Core setpoint
325323
"thermostat": {ATTR_NAME: "setpoint", ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
326324
# Anna/Adam
327-
"boiler_temperature": {ATTR_NAME: "water_temperature", ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
325+
"boiler_temperature": {
326+
ATTR_NAME: "water_temperature",
327+
ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS,
328+
},
328329
"domestic_hot_water_state": {
329330
ATTR_NAME: "dhw_state",
330331
ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS,

0 commit comments

Comments
 (0)