Fix Weather Card show_forecast variable type (#13230)

This commit is contained in:
Mauricio Bonani 2020-04-30 10:18:44 -04:00 committed by GitHub
parent ccd40653b3
commit f989e77261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ name:
show_forecast:
required: false
description: Show next hours/days forecast.
type: string
type: boolean
default: true
theme:
required: false