Variables | |
| string | ATTRIBUTION = "Data provided by the Met Office" |
| dictionary | CONDITION_MAP |
| string | DEFAULT_NAME = "Met Office" |
| DEFAULT_SCAN_INTERVAL = timedelta(minutes=15) | |
| string | DOMAIN = "metoffice" |
| string | METOFFICE_COORDINATES = "metoffice_coordinates" |
| string | METOFFICE_DAILY_COORDINATOR = "metoffice_daily_coordinator" |
| string | METOFFICE_HOURLY_COORDINATOR = "metoffice_hourly_coordinator" |
| string | METOFFICE_MONITORED_CONDITIONS = "metoffice_monitored_conditions" |
| string | METOFFICE_NAME = "metoffice_name" |
| string | MODE_3HOURLY = "3hourly" |
| string | MODE_DAILY = "daily" |
| dictionary | VISIBILITY_CLASSES |
| dictionary | VISIBILITY_DISTANCE_CLASSES |
Constants for Met Office Integration.
| string homeassistant.components.metoffice.const.ATTRIBUTION = "Data provided by the Met Office" |
| dictionary homeassistant.components.metoffice.const.CONDITION_MAP |
| string homeassistant.components.metoffice.const.DEFAULT_NAME = "Met Office" |
| homeassistant.components.metoffice.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=15) |
| string homeassistant.components.metoffice.const.DOMAIN = "metoffice" |
| string homeassistant.components.metoffice.const.METOFFICE_COORDINATES = "metoffice_coordinates" |
| string homeassistant.components.metoffice.const.METOFFICE_DAILY_COORDINATOR = "metoffice_daily_coordinator" |
| string homeassistant.components.metoffice.const.METOFFICE_HOURLY_COORDINATOR = "metoffice_hourly_coordinator" |
| string homeassistant.components.metoffice.const.METOFFICE_MONITORED_CONDITIONS = "metoffice_monitored_conditions" |
| string homeassistant.components.metoffice.const.METOFFICE_NAME = "metoffice_name" |
| string homeassistant.components.metoffice.const.MODE_3HOURLY = "3hourly" |
| string homeassistant.components.metoffice.const.MODE_DAILY = "daily" |
| dictionary homeassistant.components.metoffice.const.VISIBILITY_CLASSES |