Skip to content

Commit 9840ee2

Browse files
DavidMStraubfabaff
authored andcommitted
Documentation for forecast.io updated with new sensor types (home-assistant#797)
1 parent 5f751a3 commit 9840ee2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_components/sensor.forecast.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ sensor:
4949
- minutely_summary
5050
- hourly_summary
5151
- daily_summary
52+
- temperature_max
53+
- temperature_min
54+
- apparent_temperature_max
55+
- apparent_temperature_min
56+
- precip_intensity_max
5257
```
5358
5459
Configuration variables:
@@ -72,6 +77,11 @@ Configuration variables:
7277
- **minutely_summary**: A human-readable text summary for the next hour.
7378
- **hourly_summary**: A human-readable text summary for the next 24 hours.
7479
- **daily_summary**: A human-readable text summary for the next 7 days.
80+
- **temperature_max**: Today's expected high temperature.
81+
- **temperature_min**: Today's expected low temperature.
82+
- **apparent_temperature_max**: Today's expected apparent high temperature.
83+
- **apparent_temperature_min**: Today's expected apparent low temperature.
84+
- **precip_intensity_max**: Today's expected maximum intensity of precipitation.
7585
- **units** (*Optional*): Specify the unit system. Default to `si` or `us` based on the temperature preference in Home Assistant. Other options are `auto`, `us`, `si`, `ca`, and `uk2`.
7686
`auto` will let forecast.io decide the unit system based on location.
7787

0 commit comments

Comments
 (0)