Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ipma.const
 

Variables

string homeassistant.components.ipma.const.ATTRIBUTION = "Instituto Português do Mar e Atmosfera"
 
dictionary homeassistant.components.ipma.const.CONDITION_MAP
 
string homeassistant.components.ipma.const.DATA_API = "api"
 
string homeassistant.components.ipma.const.DATA_LOCATION = "location"
 
string homeassistant.components.ipma.const.DOMAIN = "ipma"
 
string homeassistant.components.ipma.const.ENTITY_ID_SENSOR_FORMAT_HOME = f"{WEATHER_DOMAIN}.ipma_{HOME_LOCATION_NAME}"
 
string homeassistant.components.ipma.const.HOME_LOCATION_NAME = "Home"
 
 homeassistant.components.ipma.const.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)