Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| device_tracker | |
| diagnostics | |
| entity | |
| lock | |
| notify | |
| number | |
| select | |
| sensor | |
| switch | |
Classes | |
| class | BMWData |
Functions | |
| bool | _async_migrate_entries (HomeAssistant hass, BMWConfigEntry config_entry) |
| None | _async_migrate_options_from_data_if_missing (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| BMWConfigEntry | |
| dictionary | DEFAULT_OPTIONS |
| list | PLATFORMS |
| SERVICE_SCHEMA | |
| string | SERVICE_UPDATE_STATE = "update_state" |
Reads vehicle status from MyBMW portal.
|
private |
Migrate old entry.
Definition at line 79 of file __init__.py.
|
private |
Definition at line 63 of file __init__.py.
| bool homeassistant.components.bmw_connected_drive.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up BMW Connected Drive from a config entry.
Definition at line 130 of file __init__.py.
| bool homeassistant.components.bmw_connected_drive.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 178 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| homeassistant.components.bmw_connected_drive.BMWConfigEntry |
Definition at line 52 of file __init__.py.
| dictionary homeassistant.components.bmw_connected_drive.DEFAULT_OPTIONS |
Definition at line 33 of file __init__.py.
| list homeassistant.components.bmw_connected_drive.PLATFORMS |
Definition at line 37 of file __init__.py.
| homeassistant.components.bmw_connected_drive.SERVICE_SCHEMA |
Definition at line 26 of file __init__.py.
| string homeassistant.components.bmw_connected_drive.SERVICE_UPDATE_STATE = "update_state" |
Definition at line 49 of file __init__.py.