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:
Matthias Alphart 2019-07-21 02:57:38 +02:00 committed by Paulus Schoutsen
parent b4481269ec
commit 01430262cd

View File

@ -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):