Improve ld2410_ble
generic typing (#86258)
This commit is contained in:
parent
59ad232ce5
commit
f00aadfc25
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
"""Moving/static target distance sensor for LD2410BLE."""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue