This commit is contained in:
Fabian Affolter 2015-09-09 12:42:05 +02:00
parent e84566e607
commit d78e39f5dd
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ sensor:
Configuration variables:
- **api_key** (*Required*): Your API key for http://forecast.io/.
- **display_conditions** array: Conditions to display in the frontend.
- **display_conditions** array (*Required*): Conditions to display in the frontend.
- **summary**: A human-readable text summary.
- **precip_type**: The type of precipitation occurring.
- **precip_intensity**: The average expected intensity of precipitation occurring.

View File

@ -37,7 +37,7 @@ Configuration variables:
- **api_key** (*Required*): Your API key for http://openweathermap.org/.
- **forecast** (*Optional*): Enables the forecast. The default is to display the current conditions.
- **display_conditions** array: Conditions to display in the frontend.
- **display_conditions** array (*Required*): Conditions to display in the frontend.
- **weather**: A human-readable text summary.
- **temperature**: The current temperature.
- **wind_speed**: The wind speed.