From fe42975e425ff8ea45fa91efa6c1b69cef7da278 Mon Sep 17 00:00:00 2001 From: Jason Knott <24280037+jayknott@users.noreply.github.com> Date: Fri, 8 May 2020 04:39:09 -0700 Subject: [PATCH] Added entity-filter operator options (#13254) --- source/_lovelace/entity-filter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/entity-filter.markdown b/source/_lovelace/entity-filter.markdown index 34e932a96a3..9c798516749 100644 --- a/source/_lovelace/entity-filter.markdown +++ b/source/_lovelace/entity-filter.markdown @@ -84,7 +84,7 @@ value: type: string operator: 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 attribute: required: false