mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Remove should poll property from Xiaomi Miio fan platform (#55201)
This commit is contained in:
parent
517fda1383
commit
06604728c5
@ -276,11 +276,6 @@ class XiaomiGenericDevice(XiaomiCoordinatedMiioEntity, FanEntity):
|
||||
"""Return the percentage based speed of the fan."""
|
||||
return None
|
||||
|
||||
@property
|
||||
def should_poll(self):
|
||||
"""Poll the device."""
|
||||
return True
|
||||
|
||||
@property
|
||||
def available(self):
|
||||
"""Return true when state is known."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user