Skip to content

Commit

Permalink
changed command hardcode to a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ALERTua committed Mar 29, 2024
1 parent 1b328e5 commit 415d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/overkiz/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def _async_set_native_value_boost_mode_duration(
key=OverkizState.CORE_TARGET_DWH_TEMPERATURE,
name="Target temperature",
device_class=NumberDeviceClass.TEMPERATURE,
command="setTargetDHWTemperature",
command=OverkizCommand.SET_TARGET_DHW_TEMPERATURE,
native_min_value=50,
native_max_value=65,
min_value_state_name=OverkizState.CORE_MINIMAL_TEMPERATURE_MANUAL_MODE,
Expand Down

0 comments on commit 415d187

Please sign in to comment.