Add generic_thermostat ability to set unique ID (update docs) (#15997)

This commit is contained in:
Czapla 2021-02-11 20:51:51 +01:00 committed by GitHub
parent fb46c03804
commit 902cf68d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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