mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add generic_thermostat ability to set unique ID (update docs) (#15997)
This commit is contained in:
parent
fb46c03804
commit
902cf68d99
@ -25,6 +25,10 @@ name:
|
|||||||
required: true
|
required: true
|
||||||
default: Generic Thermostat
|
default: Generic Thermostat
|
||||||
type: string
|
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:
|
heater:
|
||||||
description: "`entity_id` for heater switch, must be a toggle device. Becomes air conditioning switch when `ac_mode` is set to `true`."
|
description: "`entity_id` for heater switch, must be a toggle device. Becomes air conditioning switch when `ac_mode` is set to `true`."
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user