Missing property decorator added (#13889)

This commit is contained in:
Sebastian Muszynski 2018-04-14 23:53:35 +02:00 committed by Fabian Affolter
parent 1617fbea4c
commit bf98b793c5

View File

@ -748,6 +748,7 @@ class XiaomiAirHumidifier(XiaomiGenericDevice):
self._available = False
_LOGGER.error("Got exception while fetching the state: %s", ex)
@property
def speed_list(self) -> list:
"""Get the list of available speeds."""
return self._speed_list