mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
More
This commit is contained in:
@@ -141,7 +141,7 @@ class TuyaHumidifierEntity(TuyaEntity, HumidifierEntity):
|
||||
device_manager: Manager,
|
||||
description: TuyaHumidifierEntityDescription,
|
||||
*,
|
||||
current_humidity_wrapper: _RoundedIntegerWrapper | None = None,
|
||||
current_humidity_wrapper: DeviceWrapper[int] | None = None,
|
||||
mode_wrapper: DPCodeEnumWrapper | None = None,
|
||||
switch_wrapper: DeviceWrapper[bool] | None = None,
|
||||
target_humidity_wrapper: _RoundedIntegerWrapper | None = None,
|
||||
|
||||
Reference in New Issue
Block a user