mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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.
|
||||
type: list
|
||||
state_filter:
|
||||
required: false
|
||||
required: true
|
||||
description: List of strings representing states or `filter` objects, see below.
|
||||
type: list
|
||||
card:
|
||||
|
Loading…
x
Reference in New Issue
Block a user