Set state_filter to required (#10713)

Changed the main state_filter to required as it is required for the filter card. State_filter under entity is not required.
This commit is contained in:
Nikola 2019-10-13 12:02:41 +02:00 committed by Franck Nijhof
parent 859cd3d409
commit 1daf85ad59

View File

@ -23,7 +23,7 @@ entities:
description: A list of entity IDs or `entity` objects, see below.
type: list
state_filter:
required: false
required: true
description: List of strings representing states or `filter` objects, see below.
type: list
card: