mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Missing property decorator added (#13889)
This commit is contained in:
committed by
Fabian Affolter
parent
1617fbea4c
commit
bf98b793c5
@@ -748,6 +748,7 @@ class XiaomiAirHumidifier(XiaomiGenericDevice):
|
|||||||
self._available = False
|
self._available = False
|
||||||
_LOGGER.error("Got exception while fetching the state: %s", ex)
|
_LOGGER.error("Got exception while fetching the state: %s", ex)
|
||||||
|
|
||||||
|
@property
|
||||||
def speed_list(self) -> list:
|
def speed_list(self) -> list:
|
||||||
"""Get the list of available speeds."""
|
"""Get the list of available speeds."""
|
||||||
return self._speed_list
|
return self._speed_list
|
||||||
|
Reference in New Issue
Block a user