Add mode to darksky (#6317)

* Added mode to darksky

* Minor changes
This commit is contained in:
randellhodges 2018-09-24 13:18:57 -04:00 committed by Fabian Affolter
parent 0dbb33e608
commit 6075c2d7db

View File

@ -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 %}
<p class='note'>
This platform is an alternative to the [`darksky`](/components/sensor.darksky/)
sensor.
This platform is an alternative to the [`darksky`](/components/sensor.darksky/) sensor.
</p>
Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs).