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

pull/55215/head
Maciej Bieniek 2021-08-25 15:25:46 +02:00 committed by GitHub
parent 517fda1383
commit 06604728c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

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