Skip to content

Commit

Permalink
Climate: Added humidity support
Browse files Browse the repository at this point in the history
- requested changes
  • Loading branch information
alexkn committed Oct 20, 2024
1 parent 4d244d6 commit 43218e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/climate.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ climate = Climate(
mode=climate_mode,
device_updated_cb=None,
fan_speed_mode=FanSpeedMode.STEP,
group_address_humidity='',
group_address_humidity_state='',
)
xknx.devices.async_add(climate)
xknx.devices.async_add(climate_mode)
Expand Down

0 comments on commit 43218e1

Please sign in to comment.