mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add unique ID to the generic hygrostat component (#29210)
This commit is contained in:
parent
2120528c33
commit
9886f38a0f
@ -30,6 +30,10 @@ name:
|
|||||||
required: true
|
required: true
|
||||||
default: Generic Hygrostat
|
default: Generic Hygrostat
|
||||||
type: string
|
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:
|
humidifier:
|
||||||
description: "`entity_id` for humidifier or dehumidifier switch, must be a toggle device."
|
description: "`entity_id` for humidifier or dehumidifier switch, must be a toggle device."
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user