mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Allow entity-filter-card to filter on other entity (#37701)
* Update entity-filter.markdown * Update entity-filter.markdown whitespace
This commit is contained in:
parent
a7dcaeb4e5
commit
0badcba8e8
@ -145,6 +145,10 @@ state_not:
|
|||||||
required: false
|
required: false
|
||||||
description: Entity state or ID to not be equal to this value. Can contain an array of states.*
|
description: Entity state or ID to not be equal to this value. Can contain an array of states.*
|
||||||
type: [list, string]
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
*one is required (`state` or `state_not`)
|
*one is required (`state` or `state_not`)
|
||||||
@ -178,6 +182,10 @@ below:
|
|||||||
required: false
|
required: false
|
||||||
description: Entity state or ID to be below this value.*
|
description: Entity state or ID to be below this value.*
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
*at least one is required (`above` or `below`), both are also possible for values between.
|
*at least one is required (`above` or `below`), both are also possible for values between.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user