forked from home-assistant/core
Remove should poll property from Xiaomi Miio fan platform (#55201)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user