Skip to content

Commit 7493496

Browse files
committed
Make A_CYC_MODE settable by default
1 parent f480e31 commit 7493496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vallox_websocket_api/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ async def wrapped(*args: Any, **kwargs: Any) -> Any:
154154

155155
class Client:
156156
SETTABLE_INT_VALS = {
157+
re.compile("^A_CYC_MODE$"),
157158
re.compile("^A_CYC_STATE$"),
158159
re.compile("^A_CYC_(?:HOME|AWAY|BOOST|EXTRA)_AIR_TEMP_TARGET$"),
159160
re.compile("^A_CYC_(?:HOME|AWAY|BOOST)_SPEED_SETTING$"),

0 commit comments

Comments
 (0)