From fe32bb7b0858c1ddf2626fd0de7e7b463972ab73 Mon Sep 17 00:00:00 2001 From: irv075 <5419737+irv075@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:41:55 +0100 Subject: [PATCH 1/2] Update washerDryer.py Add the DelayStart feature to washerDryer --- .../smartthinq_sensors/wideq/devices/washerDryer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py b/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py index bc7f37a9..19f00530 100644 --- a/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py +++ b/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py @@ -54,6 +54,7 @@ WashDeviceFeatures.CHILDLOCK: ["ChildLock", "childLock"], WashDeviceFeatures.CREASECARE: ["CreaseCare", "creaseCare"], WashDeviceFeatures.DAMPDRYBEEP: ["DampDryBeep", "dampDryBeep"], + WashDeviceFeatures.DELAYSTART: ["DelayStart", "delayStart"], WashDeviceFeatures.DETERGENT: ["DetergentStatus", "ezDetergentState"], WashDeviceFeatures.DETERGENTLOW: ["DetergentRemaining", "detergentRemaining"], WashDeviceFeatures.DOOROPEN: ["DoorClose", "doorClose"], From 6f215aef522d2211cf49446c6f7999188552ffc2 Mon Sep 17 00:00:00 2001 From: irv075 <5419737+irv075@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:05:44 +0100 Subject: [PATCH 2/2] Update local_lang_pack.json --- custom_components/smartthinq_sensors/wideq/local_lang_pack.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/smartthinq_sensors/wideq/local_lang_pack.json b/custom_components/smartthinq_sensors/wideq/local_lang_pack.json index e78ed77c..7b821ce7 100644 --- a/custom_components/smartthinq_sensors/wideq/local_lang_pack.json +++ b/custom_components/smartthinq_sensors/wideq/local_lang_pack.json @@ -5,6 +5,7 @@ "@WM_STATE_INITIAL_W": "Standby", "@WM_STATE_PAUSE_W": "Paused", "@WM_STATE_RESERVE_W": "Delay Set", + "@CP_UX30_CARD_DELAY_SET": "Delay Set", "@WM_STATE_DETECTING_W": "Detecting", "@WM_STATE_RUNNING_W": "Washing", "@WM_STATE_RINSING_W": "Rinsing",