From 8f749f578aa48a61d84f634baffe15c41619cbb0 Mon Sep 17 00:00:00 2001 From: Piotr Tobolski Date: Sun, 21 May 2023 14:00:47 +0200 Subject: [PATCH] Add unique_id to history_stats.markdown (#27371) Co-authored-by: J. Nick Koston --- source/_integrations/history_stats.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/history_stats.markdown b/source/_integrations/history_stats.markdown index cf8c3fff578..a04ef6ec84c 100644 --- a/source/_integrations/history_stats.markdown +++ b/source/_integrations/history_stats.markdown @@ -48,6 +48,10 @@ entity_id: description: The entity you want to track. required: true type: string +unique_id: + description: An ID that uniquely identifies this entity. Set this to a unique value to allow customization through the UI. + required: false + type: string state: description: The states you want to track. required: true