From beb8ef0a7693a18835be574f8d634a92bdb7c0c7 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Mon, 21 Feb 2022 19:48:30 +0000 Subject: [PATCH] Filter integration optional unique_id (#21355) --- source/_integrations/filter.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/filter.markdown b/source/_integrations/filter.markdown index df7c9cafa19..78cb9f357f4 100644 --- a/source/_integrations/filter.markdown +++ b/source/_integrations/filter.markdown @@ -64,6 +64,10 @@ name: description: Name to use in the frontend. required: false type: string +unique_id: + description: An ID that uniquely identifies the filter sensor. Set this to a unique value to allow customization through the UI. + required: false + type: string filters: description: Filters to be used. required: true