Skip to content

Commit

Permalink
add heater model WH517S
Browse files Browse the repository at this point in the history
  • Loading branch information
chris4824 authored Dec 13, 2024
1 parent 8e02934 commit 6a03298
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions custom_components/dreo/pydreo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,17 @@ def __init__(
"DR-HAP003S": DreoDeviceDetails(device_type=DreoDeviceType.AIR_PURIFIER),

# Heaters
"DR-HSH017BS": DreoDeviceDetails(
device_type=DreoDeviceType.HEATER,
preset_modes=["H1", "H2", "H3"],
device_ranges={HEAT_RANGE: (1, 3), ECOLEVEL_RANGE: (41, 85)},
hvac_modes=[
HEATER_MODE_COOLAIR,
HEATER_MODE_HOTAIR,
HEATER_MODE_ECO,
HEATER_MODE_OFF,
],
),
"DR-HSH004S": DreoDeviceDetails(
device_type=DreoDeviceType.HEATER,
preset_modes=["H1", "H2", "H3"],
Expand Down

0 comments on commit 6a03298

Please sign in to comment.