diff --git a/.gitignore b/.gitignore index 2a8c0e3..fb700c8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ tools/__init__.py tools/vesyncdevice.py pyvesync.und .venv +pyvesync-venv/ models.json site/ @@ -39,4 +40,4 @@ testing_scripts/api_test_editor.py testing_scripts/yamltest.yaml testing_scripts/yamltest copy.yaml creds.json -docstest/* \ No newline at end of file +docstest/* diff --git a/src/pyvesync/device_map.py b/src/pyvesync/device_map.py index d467eb1..a553d12 100644 --- a/src/pyvesync/device_map.py +++ b/src/pyvesync/device_map.py @@ -652,7 +652,7 @@ class ThermostatMap(DeviceMapTemplate): ], features=[HumidifierFeatures.WARM_MIST, HumidifierFeatures.AUTO_STOP], mist_modes={ - HumidifierModes.AUTO: 'auto', + HumidifierModes.AUTO: 'humidity', HumidifierModes.SLEEP: 'sleep', HumidifierModes.MANUAL: 'manual', }, diff --git a/src/tests/api/vesynchumidifier/LUH-A602S-WUS.yaml b/src/tests/api/vesynchumidifier/LUH-A602S-WUS.yaml index 02c7663..7d703e9 100644 --- a/src/tests/api/vesynchumidifier/LUH-A602S-WUS.yaml +++ b/src/tests/api/vesynchumidifier/LUH-A602S-WUS.yaml @@ -14,7 +14,7 @@ set_auto_mode: method: bypassV2 payload: data: - mode: auto + mode: humidity method: setHumidityMode source: APP phoneBrand: pyvesync