mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update sensor.darksky.markdown (#2451)
Added optional latitude/longitude coordinates that was added with .41
This commit is contained in:
parent
080cf64170
commit
1ff9737dd5
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user