mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add number for ventilator's sleepTimer (#140972)
Add sleepTimer for ventilator Co-authored-by: yunseon.park <yunseon.park@lge.com>
This commit is contained in:
parent
577f86b83a
commit
adb7aa237b
@ -123,6 +123,9 @@ DEVICE_TYPE_NUMBER_MAP: dict[DeviceType, tuple[NumberEntityDescription, ...]] =
|
|||||||
NUMBER_DESC[ThinQProperty.LIGHT_STATUS],
|
NUMBER_DESC[ThinQProperty.LIGHT_STATUS],
|
||||||
NUMBER_DESC[ThinQProperty.TARGET_TEMPERATURE],
|
NUMBER_DESC[ThinQProperty.TARGET_TEMPERATURE],
|
||||||
),
|
),
|
||||||
|
DeviceType.VENTILATOR: (
|
||||||
|
TIMER_NUMBER_DESC[ThinQProperty.SLEEP_TIMER_RELATIVE_HOUR_TO_STOP],
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user