From 902cf68d991c2f3a3b3897147140c100d62d64bc Mon Sep 17 00:00:00 2001 From: Czapla <56671347+Antoni-Czaplicki@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:51:51 +0100 Subject: [PATCH] Add generic_thermostat ability to set unique ID (update docs) (#15997) --- source/_integrations/generic_thermostat.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index f34c74a30ca..820f3861d5d 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -25,6 +25,10 @@ name: required: true default: Generic Thermostat type: string +unique_id: + description: An ID that uniquely identifies this thermostat. Set this to a unique value to allow customization through the UI. + required: false + type: string heater: description: "`entity_id` for heater switch, must be a toggle device. Becomes air conditioning switch when `ac_mode` is set to `true`." required: true