Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.volvooncall.const
 

Variables

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