Update variable description

This commit is contained in:
Fabian Affolter 2015-10-24 09:09:28 +02:00
parent fee9ce2315
commit 6b710a1e86

View File

@ -23,9 +23,14 @@ sensor:
api_key: YOUR_APP_KEY api_key: YOUR_APP_KEY
monitored_conditions: monitored_conditions:
- summary - summary
- icon
- nearest_storm_distance
- nearest_storm_bearing
- precip_type - precip_type
- precip_intensity - precip_intensity
- precip_probability
- temperature - temperature
- apparent_temperature
- dew_point - dew_point
- wind_speed - wind_speed
- wind_bearing - wind_bearing
@ -39,7 +44,7 @@ sensor:
Configuration variables: Configuration variables:
- **api_key** (*Required*): Your API key for http://forecast.io/. - **api_key** (*Required*): Your API key for http://forecast.io/.
- **display_conditions** array (*Required*): Conditions to display in the frontend. - **monitored_conditions** array (*Required*): Conditions to display in the frontend.
- **summary**: A human-readable text summary. - **summary**: A human-readable text summary.
- **precip_type**: The type of precipitation occurring. - **precip_type**: The type of precipitation occurring.
- **precip_intensity**: The average expected intensity of precipitation occurring. - **precip_intensity**: The average expected intensity of precipitation occurring.
@ -52,5 +57,7 @@ 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.
- **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.
Details about the API are available in the [Forecast.io documentation](https://developer.forecast.io/docs/v2). Details about the API are available in the [Forecast.io documentation](https://developer.forecast.io/docs/v2).