mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
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:
parent
859cd3d409
commit
1daf85ad59
@ -23,7 +23,7 @@ entities:
|
|||||||
description: A list of entity IDs or `entity` objects, see below.
|
description: A list of entity IDs or `entity` objects, see below.
|
||||||
type: list
|
type: list
|
||||||
state_filter:
|
state_filter:
|
||||||
required: false
|
required: true
|
||||||
description: List of strings representing states or `filter` objects, see below.
|
description: List of strings representing states or `filter` objects, see below.
|
||||||
type: list
|
type: list
|
||||||
card:
|
card:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user