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

Variables

string ATTR_DIRECTION = "direction"
 
string ATTR_VIN = "vin"
 
string CONF_ACCOUNT = "account"
 
list CONF_ALLOWED_REGIONS = ["china", "north_america", "rest_of_world"]
 
list CONF_CAPTCHA_REGIONS = ["north_america", "rest_of_world"]
 
string CONF_CAPTCHA_TOKEN = "captcha_token"
 
tuple CONF_CAPTCHA_URL
 
string CONF_GCID = "gcid"
 
string CONF_READ_ONLY = "read_only"
 
string CONF_REFRESH_TOKEN = "refresh_token"
 
string DATA_HASS_CONFIG = "hass_config"
 
string DOMAIN = "bmw_connected_drive"
 
dictionary SCAN_INTERVALS
 
dictionary UNIT_MAP
 

Detailed Description

Const file for the MyBMW integration.

Variable Documentation

◆ ATTR_DIRECTION

string homeassistant.components.bmw_connected_drive.const.ATTR_DIRECTION = "direction"

Definition at line 7 of file const.py.

◆ ATTR_VIN

string homeassistant.components.bmw_connected_drive.const.ATTR_VIN = "vin"

Definition at line 8 of file const.py.

◆ CONF_ACCOUNT

string homeassistant.components.bmw_connected_drive.const.CONF_ACCOUNT = "account"

Definition at line 13 of file const.py.

◆ CONF_ALLOWED_REGIONS

list homeassistant.components.bmw_connected_drive.const.CONF_ALLOWED_REGIONS = ["china", "north_america", "rest_of_world"]

Definition at line 10 of file const.py.

◆ CONF_CAPTCHA_REGIONS

list homeassistant.components.bmw_connected_drive.const.CONF_CAPTCHA_REGIONS = ["north_america", "rest_of_world"]

Definition at line 11 of file const.py.

◆ CONF_CAPTCHA_TOKEN

string homeassistant.components.bmw_connected_drive.const.CONF_CAPTCHA_TOKEN = "captcha_token"

Definition at line 16 of file const.py.

◆ CONF_CAPTCHA_URL

tuple homeassistant.components.bmw_connected_drive.const.CONF_CAPTCHA_URL
Initial value:
1 = (
2  "https://bimmer-connected.readthedocs.io/en/stable/captcha/{region}.html"
3 )

Definition at line 17 of file const.py.

◆ CONF_GCID

string homeassistant.components.bmw_connected_drive.const.CONF_GCID = "gcid"

Definition at line 15 of file const.py.

◆ CONF_READ_ONLY

string homeassistant.components.bmw_connected_drive.const.CONF_READ_ONLY = "read_only"

Definition at line 12 of file const.py.

◆ CONF_REFRESH_TOKEN

string homeassistant.components.bmw_connected_drive.const.CONF_REFRESH_TOKEN = "refresh_token"

Definition at line 14 of file const.py.

◆ DATA_HASS_CONFIG

string homeassistant.components.bmw_connected_drive.const.DATA_HASS_CONFIG = "hass_config"

Definition at line 21 of file const.py.

◆ DOMAIN

string homeassistant.components.bmw_connected_drive.const.DOMAIN = "bmw_connected_drive"

Definition at line 5 of file const.py.

◆ SCAN_INTERVALS

dictionary homeassistant.components.bmw_connected_drive.const.SCAN_INTERVALS
Initial value:
1 = {
2  "china": 300,
3  "north_america": 600,
4  "rest_of_world": 300,
5 }

Definition at line 30 of file const.py.

◆ UNIT_MAP

dictionary homeassistant.components.bmw_connected_drive.const.UNIT_MAP
Initial value:
1 = {
2  "KILOMETERS": UnitOfLength.KILOMETERS,
3  "MILES": UnitOfLength.MILES,
4  "LITERS": UnitOfVolume.LITERS,
5  "GALLONS": UnitOfVolume.GALLONS,
6 }

Definition at line 23 of file const.py.