We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e0509 commit b5136d0Copy full SHA for b5136d0
homeassistant/components/vesync/number.py
@@ -46,7 +46,7 @@ class VeSyncNumberEntityDescription(NumberEntityDescription):
46
mode=NumberMode.SLIDER,
47
exists_fn=is_humidifier,
48
set_value_fn=lambda device, value: device.set_mist_level(value),
49
- value_fn=lambda device: device.state.mist_level,
+ value_fn=lambda device: device.state.mist_virtual_level,
50
)
51
]
52
0 commit comments