Remove should poll property from Xiaomi Miio fan platform (#55201)

This commit is contained in:
Maciej Bieniek
2021-08-25 15:25:46 +02:00
committed by GitHub
parent 517fda1383
commit 06604728c5

View File

@@ -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."""