mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix idasen_desk coordinator typing (#104361)
This commit is contained in:
parent
60dcd24bf9
commit
1f3f073df9
@ -67,7 +67,7 @@ async def async_setup_entry(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class IdasenDeskSensor(CoordinatorEntity, SensorEntity):
|
class IdasenDeskSensor(CoordinatorEntity[IdasenDeskCoordinator], SensorEntity):
|
||||||
"""IdasenDesk sensor."""
|
"""IdasenDesk sensor."""
|
||||||
|
|
||||||
entity_description: IdasenDeskSensorDescription
|
entity_description: IdasenDeskSensorDescription
|
||||||
|
Loading…
x
Reference in New Issue
Block a user