temporary patch to fix KNX climate devices (#25356)
This is a temporary patch for knx climate devices. It should be reverted when #24738 is merged to release. It should fix https://github.com/home-assistant/home-assistant/issues/25247 for 0.96
This commit is contained in:
parent
b4481269ec
commit
01430262cd
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class KNXClimate(ClimateDevice):
|
|||
@property
|
||||
def target_temperature_step(self):
|
||||
"""Return the supported step of target temperature."""
|
||||
return self.device.temperature_step
|
||||
return self.device.setpoint_shift_step
|
||||
|
||||
@property
|
||||
def target_temperature(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue