Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| device_tracker | |
| diagnostics | |
| entity | |
| helpers | |
| lock | |
| media_player | |
| models | |
| number | |
| select | |
| sensor | |
| services | |
| switch | |
| update | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, TeslemetryConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, TeslemetryConfigEntry entry) |
| Callable[[dict], None] | create_handle_vehicle_stream (str vin, coordinator) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| Final | |
| TeslemetryConfigEntry | |
Teslemetry integration.
| bool homeassistant.components.teslemetry.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate config entry.
Definition at line 226 of file __init__.py.
| bool homeassistant.components.teslemetry.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Telemetry integration.
Definition at line 57 of file __init__.py.
| bool homeassistant.components.teslemetry.async_setup_entry | ( | HomeAssistant | hass, |
| TeslemetryConfigEntry | entry | ||
| ) |
Set up Teslemetry config.
Definition at line 63 of file __init__.py.
| bool homeassistant.components.teslemetry.async_unload_entry | ( | HomeAssistant | hass, |
| TeslemetryConfigEntry | entry | ||
| ) |
Unload Teslemetry Config.
Definition at line 221 of file __init__.py.
| Callable[[dict], None] homeassistant.components.teslemetry.create_handle_vehicle_stream | ( | str | vin, |
| coordinator | |||
| ) |
Create a handle vehicle stream function.
Definition at line 249 of file __init__.py.
| homeassistant.components.teslemetry.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 54 of file __init__.py.
| homeassistant.components.teslemetry.Final |
Definition at line 37 of file __init__.py.
| homeassistant.components.teslemetry.TeslemetryConfigEntry |
Definition at line 52 of file __init__.py.