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) | |
Meteoclimatic component constants.
| 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] |