Skip to content

Commit 535d532

Browse files
authored
Merge pull request #269 from cdnninja/patch-2
Levoit Superior 6000S to also return auto_humidity like other humidifiers
2 parents b6c5a53 + e884250 commit 535d532

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pyvesync/vesyncfan.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,11 @@ def temperature(self):
28562856
"""Current temperature."""
28572857
return self.details['temperature']
28582858

2859+
@property
2860+
def auto_humidity(self):
2861+
"""Auto target humidity."""
2862+
return self.config['target_humidity']
2863+
28592864
@property
28602865
def target_humidity(self):
28612866
"""The target humidity when in humidity mode."""

0 commit comments

Comments
 (0)