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 |
Const file for the MyBMW integration.
| string homeassistant.components.bmw_connected_drive.const.ATTR_DIRECTION = "direction" |
| string homeassistant.components.bmw_connected_drive.const.ATTR_VIN = "vin" |
| string homeassistant.components.bmw_connected_drive.const.CONF_ACCOUNT = "account" |
| list homeassistant.components.bmw_connected_drive.const.CONF_ALLOWED_REGIONS = ["china", "north_america", "rest_of_world"] |
| list homeassistant.components.bmw_connected_drive.const.CONF_CAPTCHA_REGIONS = ["north_america", "rest_of_world"] |
| string homeassistant.components.bmw_connected_drive.const.CONF_CAPTCHA_TOKEN = "captcha_token" |
| tuple homeassistant.components.bmw_connected_drive.const.CONF_CAPTCHA_URL |
| string homeassistant.components.bmw_connected_drive.const.CONF_GCID = "gcid" |
| string homeassistant.components.bmw_connected_drive.const.CONF_READ_ONLY = "read_only" |
| string homeassistant.components.bmw_connected_drive.const.CONF_REFRESH_TOKEN = "refresh_token" |
| string homeassistant.components.bmw_connected_drive.const.DATA_HASS_CONFIG = "hass_config" |
| string homeassistant.components.bmw_connected_drive.const.DOMAIN = "bmw_connected_drive" |
| dictionary homeassistant.components.bmw_connected_drive.const.SCAN_INTERVALS |