Skip to content

Commit b1fbd9b

Browse files
authored
Merge pull request #260 from bmatheny/patch-1
Add LUH-A601S-AUSW model to to Classic300S
2 parents 9a3c2cd + 99759c9 commit b1fbd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyvesync/vesyncfan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
humid_features: dict = {
1111
'Classic300S': {
1212
'module': 'VeSyncHumid200300S',
13-
'models': ['Classic300S', 'LUH-A601S-WUSB'],
13+
'models': ['Classic300S', 'LUH-A601S-WUSB', 'LUH-A601S-AUSW'],
1414
'features': ['nightlight'],
1515
'mist_modes': ['auto', 'sleep', 'manual'],
1616
'mist_levels': list(range(1, 10))

0 commit comments

Comments
 (0)