Fix idasen_desk coordinator typing (#104361)
parent
60dcd24bf9
commit
1f3f073df9
|
@ -67,7 +67,7 @@ async def async_setup_entry(
|
|||
)
|
||||
|
||||
|
||||
class IdasenDeskSensor(CoordinatorEntity, SensorEntity):
|
||||
class IdasenDeskSensor(CoordinatorEntity[IdasenDeskCoordinator], SensorEntity):
|
||||
"""IdasenDesk sensor."""
|
||||
|
||||
entity_description: IdasenDeskSensorDescription
|
||||
|
|
Loading…
Reference in New Issue