From 6075c2d7db29f3b983164c688b05ecc9d995e44d Mon Sep 17 00:00:00 2001 From: randellhodges Date: Mon, 24 Sep 2018 13:18:57 -0400 Subject: [PATCH] Add mode to darksky (#6317) * Added mode to darksky * Minor changes --- source/_components/weather.darksky.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_components/weather.darksky.markdown b/source/_components/weather.darksky.markdown index 6a3b1ad138f..96ef461a9ed 100644 --- a/source/_components/weather.darksky.markdown +++ b/source/_components/weather.darksky.markdown @@ -58,11 +58,15 @@ name: required: false type: string default: Open Sky +mode: + description: "The forecast type. Can be `hourly` or `daily`." + required: false + type: string + default: hourly {% endconfiguration %}

-This platform is an alternative to the [`darksky`](/components/sensor.darksky/) -sensor. +This platform is an alternative to the [`darksky`](/components/sensor.darksky/) sensor.

Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs).