mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 04:14:32 +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
|
||||
|
||||
|
||||
class PegelOnlineEntity(CoordinatorEntity):
|
||||
class PegelOnlineEntity(CoordinatorEntity[PegelOnlineDataUpdateCoordinator]):
|
||||
"""Representation of a PEGELONLINE entity."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
|
||||
Reference in New Issue
Block a user