mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 10:05:26 +01:00
fix vesync mist level value (#155697)
This commit is contained in:
@@ -46,7 +46,7 @@ NUMBER_DESCRIPTIONS: list[VeSyncNumberEntityDescription] = [
|
||||
mode=NumberMode.SLIDER,
|
||||
exists_fn=is_humidifier,
|
||||
set_value_fn=lambda device, value: device.set_mist_level(value),
|
||||
value_fn=lambda device: device.state.mist_level,
|
||||
value_fn=lambda device: device.state.mist_virtual_level,
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user