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