From 859cd3d409d4e3a472b2e38a948aee6cfff3f88d Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Sun, 13 Oct 2019 11:45:40 +0200 Subject: [PATCH] Document possible options for `operator` in entity-filter card (#10704) --- 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 488c32f59a2..cc35db50635 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. + description: Operator to use in the comparison. Can be `==`, `<=`, `<`, `>=`, `>`, `!=` or `regex`. type: string attribute: required: false