Skip to content

Commit c1b2c0c

Browse files
committed
Fix typo
1 parent a7e4850 commit c1b2c0c

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
@@ -213,7 +213,7 @@ async def set_select(self, key: str, loc_id: str, option: str, name: str | None)
213213
match key:
214214
case "select_dhw_mode":
215215
await set_dhw_mode(option)
216-
case: "select_gateway_mode":
216+
case "select_gateway_mode":
217217
await set_gateway_mode(option)
218218
case "select_regulation_mode":
219219
await set_regulation_mode(option)

0 commit comments

Comments
 (0)