mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 19:18:20 +00:00
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
@ -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…
x
Reference in New Issue
Block a user