From 5f6a2c81c756dfbb67e25016ec4673758304100b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Jun 2024 19:18:55 +0200 Subject: [PATCH] Add unique ID support to Flux (#33361) * Add unique ID support to Flux * cover -> switch --- source/_integrations/flux.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/flux.markdown b/source/_integrations/flux.markdown index 85a7e405881..5610acc184c 100644 --- a/source/_integrations/flux.markdown +++ b/source/_integrations/flux.markdown @@ -96,6 +96,10 @@ interval: required: false default: 30 type: integer +unique_id: + description: An ID that uniquely identifies this switch. Set this to a unique value to allow customization through the UI. + required: false + type: string {% endconfiguration %} Full example: