From 1ff9737dd5e0d8401e5885ff6a5fd5c4b3e7d6fb Mon Sep 17 00:00:00 2001 From: Tyler Page Date: Tue, 18 Apr 2017 03:20:10 -0500 Subject: [PATCH] Update sensor.darksky.markdown (#2451) Added optional latitude/longitude coordinates that was added with .41 --- source/_components/sensor.darksky.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index 42f4c040c99..03c16aaab59 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -39,6 +39,8 @@ Configuration variables: - **api_key** (*Required*): Your API key. - **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 `_`. +- **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. - **summary**: A human-readable text summary of the current conditions. - **precip_type**: The type of precipitation occurring.