Met Office
The Met Office weather integration uses the Met Office's DataHub API for weather data.
Prerequisites
- Register for a Met Office DataHub account.
- After registration, subscribe to Site Specific Global Spot dataset to obtain your API key. Free tier subscription gives 360 calls per day, which is enough for using this integration
此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。
Entities
This integration creates a number of weather entities for each entry created in the configuration by location: one weather entity with a summary and a forecast (daily, hourly, and twice-daily), and sensor entities for individual reporting on each of the individual measurements. Note that only some of the sensor entities flagged below are enabled by default, so your system isn't overrun on initial configuration.
The available sensor entities:
- "feels like" temperature
- humidity
- probability of precipitation
- station name
- temperature
- pressure
- UV index
- visibility
- weather
- wind direction
- wind gust
- wind speed
Only probability of precipitation, temperature, weather and wind speed are enabled by default.
Details about the API are available in the DataHub API documentation. The datapoint-python library is used to retrieve data.

