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

Variables

string CONF_MUTABLE = "mutable"
 
string CONF_SCANDINAVIAN_MILES = "scandinavian_miles"
 
string CONF_SERVICE_URL = "service_url"
 
 DEFAULT_UPDATE_INTERVAL = timedelta(minutes=1)
 
string DOMAIN = "volvooncall"
 
dictionary PLATFORMS
 
list RESOURCES
 
string UNIT_SYSTEM_IMPERIAL = "imperial"
 
string UNIT_SYSTEM_METRIC = "metric"
 
string UNIT_SYSTEM_SCANDINAVIAN_MILES = "scandinavian_miles"
 
string VOLVO_DISCOVERY_NEW = "volvo_discovery_new"
 

Detailed Description

Constants for volvooncall.

Variable Documentation

◆ CONF_MUTABLE

string homeassistant.components.volvooncall.const.CONF_MUTABLE = "mutable"

Definition at line 11 of file const.py.

◆ CONF_SCANDINAVIAN_MILES

string homeassistant.components.volvooncall.const.CONF_SCANDINAVIAN_MILES = "scandinavian_miles"

Definition at line 10 of file const.py.

◆ CONF_SERVICE_URL

string homeassistant.components.volvooncall.const.CONF_SERVICE_URL = "service_url"

Definition at line 9 of file const.py.

◆ DEFAULT_UPDATE_INTERVAL

homeassistant.components.volvooncall.const.DEFAULT_UPDATE_INTERVAL = timedelta(minutes=1)

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

dictionary homeassistant.components.volvooncall.const.PLATFORMS
Initial value:
1 = {
2  "sensor": "sensor",
3  "binary_sensor": "binary_sensor",
4  "lock": "lock",
5  "device_tracker": "device_tracker",
6  "switch": "switch",
7 }

Definition at line 17 of file const.py.

◆ RESOURCES

list homeassistant.components.volvooncall.const.RESOURCES

Definition at line 25 of file const.py.

◆ UNIT_SYSTEM_IMPERIAL

string homeassistant.components.volvooncall.const.UNIT_SYSTEM_IMPERIAL = "imperial"

Definition at line 15 of file const.py.

◆ UNIT_SYSTEM_METRIC

string homeassistant.components.volvooncall.const.UNIT_SYSTEM_METRIC = "metric"

Definition at line 14 of file const.py.

◆ UNIT_SYSTEM_SCANDINAVIAN_MILES

string homeassistant.components.volvooncall.const.UNIT_SYSTEM_SCANDINAVIAN_MILES = "scandinavian_miles"

Definition at line 13 of file const.py.

◆ VOLVO_DISCOVERY_NEW

string homeassistant.components.volvooncall.const.VOLVO_DISCOVERY_NEW = "volvo_discovery_new"

Definition at line 66 of file const.py.