Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.met.const
 

Variables

dictionary homeassistant.components.met.const.ATTR_MAP
 
dictionary homeassistant.components.met.const.CONDITIONS_MAP
 
string homeassistant.components.met.const.CONF_TRACK_HOME = "track_home"
 
float homeassistant.components.met.const.DEFAULT_HOME_LATITUDE = 52.3731339
 
float homeassistant.components.met.const.DEFAULT_HOME_LONGITUDE = 4.8903147
 
string homeassistant.components.met.const.DOMAIN = "met"
 
string homeassistant.components.met.const.ENTITY_ID_SENSOR_FORMAT_HOME = f"{WEATHER_DOMAIN}.met_{HOME_LOCATION_NAME}"
 
dictionary homeassistant.components.met.const.FORECAST_MAP
 
string homeassistant.components.met.const.HOME_LOCATION_NAME = "Home"