mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Add forecast
This commit is contained in:
parent
30abcda712
commit
dcc53407f0
@ -41,6 +41,9 @@ sensor:
|
|||||||
- pressure
|
- pressure
|
||||||
- visibility
|
- visibility
|
||||||
- ozone
|
- ozone
|
||||||
|
- minutely_summary
|
||||||
|
- hourly_summary
|
||||||
|
- daily_summary
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -61,6 +64,9 @@ Configuration variables:
|
|||||||
- **pressure**: The sea-level air pressure in millibars.
|
- **pressure**: The sea-level air pressure in millibars.
|
||||||
- **visibility**: The average visibility.
|
- **visibility**: The average visibility.
|
||||||
- **ozone**: The columnar density of total atmospheric ozone in Dobson.
|
- **ozone**: The columnar density of total atmospheric ozone in Dobson.
|
||||||
|
- **minutely_summary**: Weather forecast information
|
||||||
|
- **hourly_summary**: Weather forecast information
|
||||||
|
- **daily_summary**: Weather forecast information
|
||||||
- **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`.
|
- **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`.
|
||||||
`auto` will let forecast.io decide the unit system based on location.
|
`auto` will let forecast.io decide the unit system based on location.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user