Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.tankerkoenig.const
 

Variables

string homeassistant.components.tankerkoenig.const.ATTR_BRAND = "brand"
 
string homeassistant.components.tankerkoenig.const.ATTR_CITY = "city"
 
string homeassistant.components.tankerkoenig.const.ATTR_FUEL_TYPE = "fuel_type"
 
string homeassistant.components.tankerkoenig.const.ATTR_HOUSE_NUMBER = "house_number"
 
string homeassistant.components.tankerkoenig.const.ATTR_POSTCODE = "postcode"
 
string homeassistant.components.tankerkoenig.const.ATTR_STATION_NAME = "station_name"
 
string homeassistant.components.tankerkoenig.const.ATTR_STREET = "street"
 
string homeassistant.components.tankerkoenig.const.ATTRIBUTION = "Data provided by https://www.tankerkoenig.de"
 
string homeassistant.components.tankerkoenig.const.CONF_FUEL_TYPES = "fuel_types"
 
string homeassistant.components.tankerkoenig.const.CONF_STATIONS = "stations"
 
int homeassistant.components.tankerkoenig.const.DEFAULT_RADIUS = 2
 
int homeassistant.components.tankerkoenig.const.DEFAULT_SCAN_INTERVAL = 30
 
string homeassistant.components.tankerkoenig.const.DOMAIN = "tankerkoenig"
 
dictionary homeassistant.components.tankerkoenig.const.FUEL_TYPES = {"e5": "Super", "e10": "Super E10", "diesel": "Diesel"}
 
string homeassistant.components.tankerkoenig.const.NAME = "tankerkoenig"