mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix pegel_online generic typing (#97252)
This commit is contained in:
parent
aad281db18
commit
1a25b17c27
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user