From 3af94b34eaa3467254e526f52780c8c45fe23975 Mon Sep 17 00:00:00 2001 From: James McCandlish Date: Wed, 12 Feb 2025 22:17:28 -0500 Subject: [PATCH] fix: remove humidity mode from OASISMIST --- src/pyvesync/vesyncfan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pyvesync/vesyncfan.py b/src/pyvesync/vesyncfan.py index fa8b6ef8..7b4ce860 100644 --- a/src/pyvesync/vesyncfan.py +++ b/src/pyvesync/vesyncfan.py @@ -2,10 +2,10 @@ import json import logging -from typing import Any, Dict, List, Tuple, Union, Optional -from pyvesync.vesyncbasedevice import VeSyncBaseDevice -from pyvesync.helpers import Helpers, Timer +from typing import Any, Dict, List, Optional, Tuple, Union +from pyvesync.helpers import Helpers, Timer +from pyvesync.vesyncbasedevice import VeSyncBaseDevice humid_features: dict = { 'Classic300S': { @@ -60,7 +60,7 @@ 'LUH-O601S-WUS', 'LUH-O601S-KUS'], 'features': ['warm_mist'], - 'mist_modes': ['auto', 'humidity', 'sleep', 'manual'], + 'mist_modes': ['auto', 'sleep', 'manual'], 'mist_levels': list(range(1, 10)), 'warm_mist_levels': list(range(4)) },