Allow entity-filter-card to filter on other entity (#37701)

* Update entity-filter.markdown

* Update entity-filter.markdown

whitespace
This commit is contained in:
karwosts 2025-02-26 05:36:34 -08:00 committed by GitHub
parent a7dcaeb4e5
commit 0badcba8e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,6 +145,10 @@ state_not:
required: false
description: Entity state or ID to not be equal to this value. Can contain an array of states.*
type: [list, string]
entity:
required: false
description: An optional entity ID to be used for testing the state condition. If not provided, the state of the entity being displayed is tested.
type: string
{% endconfiguration %}
*one is required (`state` or `state_not`)
@ -178,6 +182,10 @@ below:
required: false
description: Entity state or ID to be below this value.*
type: string
entity:
required: false
description: An optional entity ID to be used for testing the numeric state condition. If not provided, the numeric state of the entity being displayed is tested.
type: string
{% endconfiguration %}
*at least one is required (`above` or `below`), both are also possible for values between.