This commit is contained in:
Julius Mittenzwei 2017-09-21 21:55:33 +02:00 committed by Pascal Vizeli
parent 7cd7b43d25
commit 5fd9220812

View file

@ -181,7 +181,7 @@ class KNXCover(CoverDevice):
"""Return current tilt position of cover."""
if not self.device.supports_angle:
return None
return self.device.get_angle()
return self.device.current_angle()
@asyncio.coroutine
def async_set_cover_tilt_position(self, **kwargs):