mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix "forecast" option type om openweathermap. (#12840)
According to source code "forecast" is a *boolean*.
This commit is contained in:
parent
7f95289f6b
commit
8d19950841
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user