You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/openweathermap.markdown
+4-19
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ For more details, set limits on your usage to avoid charges at [OpenWeatherMap S
44
44
45
45
<divclass='note'>
46
46
47
-
If you register an new API key with OpenWeatherMap, it will be activated automatically, this typically takes between 10 minutes and 2 hours
48
-
after your successful registration. Keep in mind when configuring this integration, that you new API key might
47
+
If you register a new API key with OpenWeatherMap, it will be activated automatically, this typically takes between 10 minutes and 2 hours
48
+
after your successful registration. Keep in mind when configuring this integration, that your new API key might
49
49
not be activated yet. Recent policy changes limit the API access for new registered users with a free plan, they should select the `hourly` mode. The other modes require a paid subscription plan. Invalid API-key errors might occur if your API key is used with the other modes.
50
50
51
51
</div>
@@ -61,7 +61,7 @@ not be activated yet. Recent policy changes limit the API access for new registe
61
61
| Mode | API version, `v2.5` (deprecated), `v3.0` new API version. |
62
62
| Language | Language for receiving data (only for `sensor`) |
63
63
64
-
A `sensor` entity will be created for each supported condition. Their ids will follow the format:
64
+
A `sensor` entity will be created for each supported condition. Their IDs will follow the format:
65
65
66
66
`sensor.<integration name>_<monitored condition>`
67
67
@@ -94,21 +94,6 @@ The Weather entity provides data only in English. Home Assistant automatically t
94
94
|`weather`| A human-readable description of the [weather condition](https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2). |
95
95
|`weather_code`| ID of the [weather condition](https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2). |
|`forecast_condition`|[Weather condition](https://developers.home-assistant.io/docs/core/entity/weather/#recommended-values-for-state-and-condition) for the forecast's time period. |
105
-
|`forecast_precipitation`| Combined Rain and Snow volume for the forecast's time period, mm. |
106
-
|`forecast_precipitation_probability`| Probability of precipitation for the forecast's time period. |
107
-
|`forecast_pressure`| Atmospheric pressure at sea level for the forecast's time period, hPa. |
108
-
|`forecast_temperature`| Maximum temperature for the day. |
109
-
|`forecast_temperature_low`| Minimum temperature for the day. |
110
-
|`forecast_time`| Time of the forecasted data. |
111
-
|`forecast_wind_bearing`| Wind direction for the forecast's time period, degrees (meteorological). |
112
-
|`forecast_wind_speed`| Wind speed for the forecast's time period, metre/sec. |
97
+
|`wind_speed`| Wind speed, meter/sec. |
113
98
114
99
Details about the API are available in the [OpenWeatherMap documentation](https://openweathermap.org/api).
0 commit comments