Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.teslemetry Namespace Reference

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
 

Detailed Description

Teslemetry integration.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.teslemetry.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Migrate config entry.

Definition at line 226 of file __init__.py.

◆ async_setup()

bool homeassistant.components.teslemetry.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Telemetry integration.

Definition at line 57 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.teslemetry.async_setup_entry ( HomeAssistant  hass,
TeslemetryConfigEntry  entry 
)
Set up Teslemetry config.

Definition at line 63 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.teslemetry.async_unload_entry ( HomeAssistant  hass,
TeslemetryConfigEntry  entry 
)
Unload Teslemetry Config.

Definition at line 221 of file __init__.py.

◆ create_handle_vehicle_stream()

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.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.teslemetry.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 54 of file __init__.py.

◆ Final

homeassistant.components.teslemetry.Final

Definition at line 37 of file __init__.py.

◆ TeslemetryConfigEntry

homeassistant.components.teslemetry.TeslemetryConfigEntry

Definition at line 52 of file __init__.py.