Skip to content

Commit 18f56df

Browse files
authored
OpenWeatherMap remove obsolete forecast sensors (home-assistant#33320)
1 parent 80e2988 commit 18f56df

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

source/_integrations/openweathermap.markdown

+4-19
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ For more details, set limits on your usage to avoid charges at [OpenWeatherMap S
4444

4545
<div class='note'>
4646

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
4949
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.
5050

5151
</div>
@@ -61,7 +61,7 @@ not be activated yet. Recent policy changes limit the API access for new registe
6161
| Mode | API version, `v2.5` (deprecated), `v3.0` new API version. |
6262
| Language | Language for receiving data (only for `sensor`) |
6363

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:
6565

6666
`sensor.<integration name>_<monitored condition>`
6767

@@ -94,21 +94,6 @@ The Weather entity provides data only in English. Home Assistant automatically t
9494
| `weather` | A human-readable description of the [weather condition](https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2). |
9595
| `weather_code` | ID of the [weather condition](https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2). |
9696
| `wind_bearing` | Wind direction, degrees (meteorological). |
97-
| `wind_speed` | Wind speed, metre/sec. |
98-
99-
### Forecast Weather Conditions
100-
101-
| Condition | Description |
102-
| :----------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
103-
| `forecast_cloud_coverage` | Cloudiness, %. |
104-
| `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. |
11398

11499
Details about the API are available in the [OpenWeatherMap documentation](https://openweathermap.org/api).

0 commit comments

Comments
 (0)