From 2ab81f9ec8636679331766de2d31396c670f028b Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Thu, 10 Oct 2019 21:21:38 +0200 Subject: [PATCH] Document possible options for `operator` in entity-filter card --- 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 488c32f59a29..cc35db506356 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