mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Remove obsolete 1 hour rain forecast partial support (#35257)
This commit is contained in:
parent
7f829e887a
commit
19c0e60131
@ -25,7 +25,7 @@ The integration support the following platforms within Home Assistant:
|
||||
- [Weather](#weather-platform)
|
||||
- [Sensor](#sensor-platforms)
|
||||
|
||||
It displays the current weather along with a 5 days forecast and create sensors, including weather alerts and 1 hour rain forecast when available.
|
||||
It displays the current weather along with a 5 days forecast and create sensors, including weather alerts and 1 hour rain forecast.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
@ -43,7 +43,7 @@ All the following sensors will be created :
|
||||
|`cloud`|The current cloud cover in %|Yes|
|
||||
|`daily_original_condition`|The daily original weather condition|No|
|
||||
|`freeze_chance`|Probability of temperature below 0°C in the following hours|Yes|
|
||||
|`next_rain`|Datetime of the next rain if expected within the next hour ([see note below](#about-next_rain-condition-sensor))|Yes|
|
||||
|`next_rain`|Datetime of the next rain if expected within the next hour|Yes|
|
||||
|`original_condition`|The current original weather condition|No|
|
||||
|`precipitation`|Precipitation cumulation for next 24 hours in mm|Yes|
|
||||
|`pressure`|The current pressure in hPa|No|
|
||||
@ -61,14 +61,6 @@ To enable an entity disabled by default, go in **Settings** -> **Devices & servi
|
||||
|
||||
### About `next_rain` condition sensor
|
||||
|
||||
{% note %}
|
||||
|
||||
The 1 hour rain forecast is supported for more than 75 % of metropolitan France.<br/>
|
||||
|
||||

|
||||
|
||||
{% endnote %}
|
||||
|
||||
The attributes allow to have a forecast of the rain type by 5 to 10 minutes intervals:
|
||||
|
||||
- `forecast_time_ref` give a timestamp in ISO format UTC, corresponding to the start of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user