Skip to content

Commit fb0d85c

Browse files
committed
Clean up comments
1 parent 1867b82 commit fb0d85c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugwise/legacy/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ async def set_regulation_mode(self, mode: str) -> None:
184184

185185
async def set_select(self, key: str, loc_id: str, option: str, state: str | None) -> None:
186186
"""Set the thermostat schedule option."""
187-
# schedule state corresponds to select state
188187
# schedule name corresponds to select option
189188
await self.set_schedule_state("dummy", state, option)
190189

plugwise/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ async def set_select(self, key: str, loc_id: str, option: str, state: str | None
218218
case "select_regulation_mode":
219219
await self.set_regulation_mode(option)
220220
case "select_schedule":
221-
# schedule state corresponds to select name
222221
# schedule name corresponds to select option
223222
await self.set_schedule_state(loc_id, state, option)
224223

0 commit comments

Comments
 (0)