Variables | |
| string | ATTRIBUTION = "Instituto Português do Mar e Atmosfera" |
| dictionary | CONDITION_MAP |
| string | DATA_API = "api" |
| string | DATA_LOCATION = "location" |
| string | DOMAIN = "ipma" |
| string | ENTITY_ID_SENSOR_FORMAT_HOME = f"{WEATHER_DOMAIN}.ipma_{HOME_LOCATION_NAME}" |
| string | HOME_LOCATION_NAME = "Home" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30) | |
Constants for IPMA component.
| 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_LOCATION = "location" |
| 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" |