mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Missing property decorator added (#13889)
This commit is contained in:
parent
663aeb11dc
commit
bcd8a69dfc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user