Fix "forecast" option type om openweathermap. (#12840)

According to source code "forecast" is a *boolean*.
This commit is contained in:
Alessandro Di Felice 2020-04-12 04:05:33 -05:00 committed by GitHub
parent 7f95289f6b
commit 8d19950841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ forecast:
description: Enables the forecast. The default is to display the current conditions.
required: false
default: false
type: string
type: boolean
language:
description: The language in which you want text results to be returned. It's a two-characters string, e.g., `en`, `es`, `ru`, `it`, etc.
required: false