From dae9c27d456468af09ccec9302dd608241a67234 Mon Sep 17 00:00:00 2001 From: Jason Knott <24280037+jayknott@users.noreply.github.com> Date: Fri, 1 May 2020 13:32:26 -0700 Subject: [PATCH] Added entity-filter operator options --- 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 34e932a96a33..9c798516749d 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