Update bmw_connected_drive coordinator typing (#70872)
This commit is contained in:
parent
ee356aa851
commit
e935e1b5b4
1 changed files with 1 additions and 2 deletions
|
@ -132,10 +132,9 @@ async def async_update_options(hass: HomeAssistant, config_entry: ConfigEntry) -
|
|||
await hass.config_entries.async_reload(config_entry.entry_id)
|
||||
|
||||
|
||||
class BMWConnectedDriveBaseEntity(CoordinatorEntity, Entity):
|
||||
class BMWConnectedDriveBaseEntity(CoordinatorEntity[BMWDataUpdateCoordinator], Entity):
|
||||
"""Common base for BMW entities."""
|
||||
|
||||
coordinator: BMWDataUpdateCoordinator
|
||||
_attr_attribution = ATTRIBUTION
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue