mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Added entity-filter operator options (#13254)
This commit is contained in:
parent
73b50377b1
commit
fe42975e42
@ -84,7 +84,7 @@ value:
|
|||||||
type: string
|
type: string
|
||||||
operator:
|
operator:
|
||||||
required: false
|
required: false
|
||||||
description: Operator to use in the comparison. Can be `==`, `<=`, `<`, `>=`, `>`, `!=` or `regex`.
|
description: Operator to use in the comparison. Can be `==`, `<=`, `<`, `>=`, `>`, `!=`, `in`, `not in`, or `regex`.
|
||||||
type: string
|
type: string
|
||||||
attribute:
|
attribute:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user