Improve kostal_plenticore
generic typing (#84634)
This commit is contained in:
parent
b8f83074ce
commit
1cad55f721
4 changed files with 30 additions and 18 deletions
|
@ -87,7 +87,9 @@ async def async_setup_entry(
|
|||
async_add_entities(entities)
|
||||
|
||||
|
||||
class PlenticoreDataSelect(CoordinatorEntity, SelectEntity):
|
||||
class PlenticoreDataSelect(
|
||||
CoordinatorEntity[SelectDataUpdateCoordinator], SelectEntity
|
||||
):
|
||||
"""Representation of a Plenticore Select."""
|
||||
|
||||
_attr_entity_category = EntityCategory.CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue