mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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."""
|
||||
|
||||
entity_description: IdasenDeskSensorDescription
|
||||
|
Loading…
x
Reference in New Issue
Block a user