Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.meteoclimatic.const Namespace Reference

Variables

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

Detailed Description

Meteoclimatic component constants.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.meteoclimatic.const.ATTRIBUTION = "Data provided by Meteoclimatic"

Definition at line 30 of file const.py.

◆ CONDITION_CLASSES

dictionary homeassistant.components.meteoclimatic.const.CONDITION_CLASSES
Initial value:
1 = {
2  ATTR_CONDITION_CLEAR_NIGHT: [Condition.moon, Condition.hazemoon],
3  ATTR_CONDITION_CLOUDY: [Condition.mooncloud],
4  ATTR_CONDITION_EXCEPTIONAL: [],
5  ATTR_CONDITION_FOG: [Condition.fog, Condition.mist],
6  ATTR_CONDITION_HAIL: [],
7  ATTR_CONDITION_LIGHTNING: [Condition.storm],
8  ATTR_CONDITION_LIGHTNING_RAINY: [],
9  ATTR_CONDITION_PARTLYCLOUDY: [Condition.suncloud, Condition.hazesun],
10  ATTR_CONDITION_POURING: [],
11  ATTR_CONDITION_RAINY: [Condition.rain],
12  ATTR_CONDITION_SNOWY: [],
13  ATTR_CONDITION_SNOWY_RAINY: [],
14  ATTR_CONDITION_SUNNY: [Condition.sun],
15  ATTR_CONDITION_WINDY: [],
16  ATTR_CONDITION_WINDY_VARIANT: [],
17 }

Definition at line 41 of file const.py.

◆ CONDITION_MAP

dictionary homeassistant.components.meteoclimatic.const.CONDITION_MAP
Initial value:
1 = {
2  cond_code: cond_ha
3  for cond_ha, cond_codes in CONDITION_CLASSES.items()
4  for cond_code in cond_codes
5 }

Definition at line 58 of file const.py.

◆ CONF_STATION_CODE

string homeassistant.components.meteoclimatic.const.CONF_STATION_CODE = "station_code"

Definition at line 36 of file const.py.

◆ DEFAULT_WEATHER_CARD

bool homeassistant.components.meteoclimatic.const.DEFAULT_WEATHER_CARD = True

Definition at line 38 of file const.py.

◆ DOMAIN

string homeassistant.components.meteoclimatic.const.DOMAIN = "meteoclimatic"

Definition at line 28 of file const.py.

◆ MANUFACTURER

string homeassistant.components.meteoclimatic.const.MANUFACTURER = "Meteoclimatic"

Definition at line 32 of file const.py.

◆ MODEL

string homeassistant.components.meteoclimatic.const.MODEL = "Meteoclimatic RSS feed"

Definition at line 31 of file const.py.

◆ PLATFORMS

list homeassistant.components.meteoclimatic.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]

Definition at line 29 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.meteoclimatic.const.SCAN_INTERVAL = timedelta(minutes=10)

Definition at line 34 of file const.py.