Skip to content

Commit 1e0f960

Browse files
authored
Add DelayStart to feature WasherDryer (#784)
* Update washerDryer.py * Add the DelayStart feature to washerDryer
1 parent 6d58928 commit 1e0f960

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

custom_components/smartthinq_sensors/wideq/devices/washerDryer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
WashDeviceFeatures.CHILDLOCK: ["ChildLock", "childLock"],
5555
WashDeviceFeatures.CREASECARE: ["CreaseCare", "creaseCare"],
5656
WashDeviceFeatures.DAMPDRYBEEP: ["DampDryBeep", "dampDryBeep"],
57+
WashDeviceFeatures.DELAYSTART: ["DelayStart", "delayStart"],
5758
WashDeviceFeatures.DETERGENT: ["DetergentStatus", "ezDetergentState"],
5859
WashDeviceFeatures.DETERGENTLOW: ["DetergentRemaining", "detergentRemaining"],
5960
WashDeviceFeatures.DOOROPEN: ["DoorClose", "doorClose"],

custom_components/smartthinq_sensors/wideq/local_lang_pack.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@WM_STATE_INITIAL_W": "Standby",
66
"@WM_STATE_PAUSE_W": "Paused",
77
"@WM_STATE_RESERVE_W": "Delay Set",
8+
"@CP_UX30_CARD_DELAY_SET": "Delay Set",
89
"@WM_STATE_DETECTING_W": "Detecting",
910
"@WM_STATE_RUNNING_W": "Washing",
1011
"@WM_STATE_RINSING_W": "Rinsing",

0 commit comments

Comments
 (0)