mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Update bmw_connected_drive coordinator typing (#70872)
This commit is contained in:
parent
ee356aa851
commit
e935e1b5b4
@ -132,10 +132,9 @@ async def async_update_options(hass: HomeAssistant, config_entry: ConfigEntry) -
|
|||||||
await hass.config_entries.async_reload(config_entry.entry_id)
|
await hass.config_entries.async_reload(config_entry.entry_id)
|
||||||
|
|
||||||
|
|
||||||
class BMWConnectedDriveBaseEntity(CoordinatorEntity, Entity):
|
class BMWConnectedDriveBaseEntity(CoordinatorEntity[BMWDataUpdateCoordinator], Entity):
|
||||||
"""Common base for BMW entities."""
|
"""Common base for BMW entities."""
|
||||||
|
|
||||||
coordinator: BMWDataUpdateCoordinator
|
|
||||||
_attr_attribution = ATTRIBUTION
|
_attr_attribution = ATTRIBUTION
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user