Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.meteoclimatic.const
 

Variables

string homeassistant.components.meteoclimatic.const.ATTRIBUTION = "Data provided by Meteoclimatic"
 
dictionary homeassistant.components.meteoclimatic.const.CONDITION_CLASSES
 
dictionary homeassistant.components.meteoclimatic.const.CONDITION_MAP
 
string homeassistant.components.meteoclimatic.const.CONF_STATION_CODE = "station_code"
 
bool homeassistant.components.meteoclimatic.const.DEFAULT_WEATHER_CARD = True
 
string homeassistant.components.meteoclimatic.const.DOMAIN = "meteoclimatic"
 
string homeassistant.components.meteoclimatic.const.MANUFACTURER = "Meteoclimatic"
 
string homeassistant.components.meteoclimatic.const.MODEL = "Meteoclimatic RSS feed"
 
list homeassistant.components.meteoclimatic.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]
 
 homeassistant.components.meteoclimatic.const.SCAN_INTERVAL = timedelta(minutes=10)