Skip to content

Commit 946b7b0

Browse files
KlaasHfabaff
authored andcommitted
Document forecast sensor update_interval option (home-assistant#990)
1 parent 5897cd0 commit 946b7b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/_components/sensor.forecast.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,17 @@ Configuration variables:
8484
- **precip_intensity_max**: Today's expected maximum intensity of precipitation.
8585
- **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`.
8686
`auto` will let forecast.io decide the unit system based on location.
87+
- **update_inverval** (*Optional*): Minimum time interval between updates. Default is 2 minutes. Supported formats:
88+
- `update_interval: 'HH:MM:SS'`
89+
- `update_interval: 'HH:MM'`
90+
- Time period dictionary, e.g.:
91+
<pre>update_interval:
92+
# At least one of these must be specified:
93+
days: 0
94+
hours: 0
95+
minutes: 3
96+
seconds: 30
97+
milliseconds: 0
98+
</pre>
8799

88100
Details about the API are available in the [Forecast.io documentation](https://developer.forecast.io/docs/v2).

0 commit comments

Comments
 (0)