Update sensor.darksky.markdown (#2451)

Added optional latitude/longitude coordinates that was added with .41
This commit is contained in:
Tyler Page 2017-04-18 03:20:10 -05:00 committed by Fabian Affolter
parent 080cf64170
commit 1ff9737dd5

View File

@ -39,6 +39,8 @@ Configuration variables:
- **api_key** (*Required*): Your API key. - **api_key** (*Required*): Your API key.
- **name** (*Optional*): Additional name for the sensors. Default to platform name. - **name** (*Optional*): Additional name for the sensors. Default to platform name.
- **forecast** array (*Optional*): List of days in the 7 day forecast you would like to receive data on, starting with tomorrow as day 1. Any `monitored_condition` with a daily forecast by DarkSky will generate a sensor tagged with `_<day>`. - **forecast** array (*Optional*): List of days in the 7 day forecast you would like to receive data on, starting with tomorrow as day 1. Any `monitored_condition` with a daily forecast by DarkSky will generate a sensor tagged with `_<day>`.
- **latitude** (*Optional*): Latitude coordinate to monitor weather of (required if **longitude** is specificed), defaults to coordinates defined in your `configuration.yaml`
- **longitude** (*Optional*): Longitude coordinate to monitor weather of (required if **latitude** is specified), defaults to coordinates defined in your `configuration.yaml`
- **monitored_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 of the current conditions. - **summary**: A human-readable text summary of the current conditions.
- **precip_type**: The type of precipitation occurring. - **precip_type**: The type of precipitation occurring.