Skip to content

Commit 10d0ca4

Browse files
author
autoruff
committed
fixup: core_119686 Python code fixed using ruff
1 parent f6e384d commit 10d0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async def set_number_setpoint(self, key: str, temperature: float) -> None:
186186
"""Set the max. Boiler or DHW setpoint on the Central Heating boiler."""
187187
if key == "max_dhw_temperature":
188188
key = "domestic_hot_water_setpoint"
189-
189+
190190
temp = str(temperature)
191191
thermostat_id: str | None = None
192192
locator = f'appliance[@id="{self._heater_id}"]/actuator_functionalities/thermostat_functionality'

0 commit comments

Comments
 (0)