mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Missing property decorator added (#13889)
This commit is contained in:
parent
1617fbea4c
commit
bf98b793c5
@ -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