mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix idasen_desk coordinator typing (#104361)
This commit is contained in:
@@ -67,7 +67,7 @@ async def async_setup_entry(
|
||||
)
|
||||
|
||||
|
||||
class IdasenDeskSensor(CoordinatorEntity, SensorEntity):
|
||||
class IdasenDeskSensor(CoordinatorEntity[IdasenDeskCoordinator], SensorEntity):
|
||||
"""IdasenDesk sensor."""
|
||||
|
||||
entity_description: IdasenDeskSensorDescription
|
||||
|
Reference in New Issue
Block a user