Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bmw_connected_drive.device_tracker Namespace Reference

Classes

class  BMWDeviceTracker
 

Functions

None async_setup_entry (HomeAssistant hass, BMWConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Device tracker for MyBMW vehicles.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.bmw_connected_drive.device_tracker.async_setup_entry ( HomeAssistant  hass,
BMWConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the MyBMW tracker from config entry.

Definition at line 22 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.bmw_connected_drive.device_tracker._LOGGER = logging.getLogger(__name__)
private

Definition at line 19 of file device_tracker.py.