Variables | |
| dictionary | ATTR_MAP |
| dictionary | CONDITIONS_MAP |
| string | CONF_TRACK_HOME = "track_home" |
| float | DEFAULT_HOME_LATITUDE = 52.3731339 |
| float | DEFAULT_HOME_LONGITUDE = 4.8903147 |
| string | DOMAIN = "met" |
| string | ENTITY_ID_SENSOR_FORMAT_HOME = f"{WEATHER_DOMAIN}.met_{HOME_LOCATION_NAME}" |
| dictionary | FORECAST_MAP |
| string | HOME_LOCATION_NAME = "Home" |
Constants for Met component.
| dictionary homeassistant.components.met.const.ATTR_MAP |
| dictionary homeassistant.components.met.const.CONDITIONS_MAP |
| string homeassistant.components.met.const.CONF_TRACK_HOME = "track_home" |
| float homeassistant.components.met.const.DEFAULT_HOME_LATITUDE = 52.3731339 |
| float homeassistant.components.met.const.DEFAULT_HOME_LONGITUDE = 4.8903147 |
| string homeassistant.components.met.const.ENTITY_ID_SENSOR_FORMAT_HOME = f"{WEATHER_DOMAIN}.met_{HOME_LOCATION_NAME}" |
| dictionary homeassistant.components.met.const.FORECAST_MAP |