Improve `ld2410_ble` generic typing (#86258)

pull/86265/head
Marc Mueller 2023-01-20 01:50:58 +01:00 committed by GitHub
parent 59ad232ce5
commit f00aadfc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ async def async_setup_entry(
)
class LD2410BLESensor(CoordinatorEntity, SensorEntity):
class LD2410BLESensor(CoordinatorEntity[LD2410BLECoordinator], SensorEntity):
"""Moving/static target distance sensor for LD2410BLE."""
def __init__(