Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tools/__init__.py
tools/vesyncdevice.py
pyvesync.und
.venv
pyvesync-venv/

models.json
site/
Expand All @@ -39,4 +40,4 @@ testing_scripts/api_test_editor.py
testing_scripts/yamltest.yaml
testing_scripts/yamltest copy.yaml
creds.json
docstest/*
docstest/*
2 changes: 1 addition & 1 deletion src/pyvesync/device_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down
2 changes: 1 addition & 1 deletion src/tests/api/vesynchumidifier/LUH-A602S-WUS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set_auto_mode:
method: bypassV2
payload:
data:
mode: auto
mode: humidity
method: setHumidityMode
source: APP
phoneBrand: pyvesync
Expand Down