mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix pegel_online generic typing (#97252)
This commit is contained in:
@@ -8,7 +8,7 @@ from .const import DOMAIN
|
|||||||
from .coordinator import PegelOnlineDataUpdateCoordinator
|
from .coordinator import PegelOnlineDataUpdateCoordinator
|
||||||
|
|
||||||
|
|
||||||
class PegelOnlineEntity(CoordinatorEntity):
|
class PegelOnlineEntity(CoordinatorEntity[PegelOnlineDataUpdateCoordinator]):
|
||||||
"""Representation of a PEGELONLINE entity."""
|
"""Representation of a PEGELONLINE entity."""
|
||||||
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
Reference in New Issue
Block a user