From 9886f38a0f75069262bc23e6a48bd188acd73efd Mon Sep 17 00:00:00 2001 From: Justin Grover Date: Fri, 6 Oct 2023 12:15:51 -0600 Subject: [PATCH] Add unique ID to the generic hygrostat component (#29210) --- source/_integrations/generic_hygrostat.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/generic_hygrostat.markdown b/source/_integrations/generic_hygrostat.markdown index ae20e869d64..6746fbd064a 100644 --- a/source/_integrations/generic_hygrostat.markdown +++ b/source/_integrations/generic_hygrostat.markdown @@ -30,6 +30,10 @@ name: required: true default: Generic Hygrostat type: string +unique_id: + description: An ID that uniquely identifies this humidifier. Set this to a unique value to allow customization through the UI. + required: false + type: string humidifier: description: "`entity_id` for humidifier or dehumidifier switch, must be a toggle device." required: true