Fix local_partial_types errors (#86410)

Fix local_partial_types errors
This commit is contained in:
Marc Mueller 2023-01-23 10:29:11 +01:00 committed by GitHub
parent bfc19c8cc3
commit 077ca97ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 12 deletions

View file

@ -32,7 +32,6 @@ class SpeedtestSensor(RestoreEntity, SensorEntity):
_attr_native_unit_of_measurement = UnitOfDataRate.MEGABITS_PER_SECOND
_attr_icon = "mdi:speedometer"
_attr_should_poll = False
_attr_native_value = None
def __init__(self, speedtest_data: dict[str, Any]) -> None:
"""Initialize the sensor."""