From c77300fab4fe5d00ddc30860c9637f948cee6810 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 5 Mar 2021 16:33:46 +0100 Subject: [PATCH] Add unique ID to weather template --- source/_integrations/weather.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/weather.template.markdown b/source/_integrations/weather.template.markdown index c2e857c9cae6..b3dcb5fe029f 100644 --- a/source/_integrations/weather.template.markdown +++ b/source/_integrations/weather.template.markdown @@ -40,6 +40,10 @@ name: description: Name to use in the frontend. required: true type: string +unique_id: + description: An ID that uniquely identifies this weather entity. Set this to a unique value to allow customization through the UI. + required: false + type: string condition_template: description: The current weather condition. required: true