1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00
This commit is contained in:
epenet
2025-12-19 08:56:05 +00:00
parent 42e8f653de
commit f3cc052cd3

View File

@@ -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,