Add unique ID to the generic hygrostat component (#29210)

This commit is contained in:
Justin Grover 2023-10-06 12:15:51 -06:00 committed by GitHub
parent 2120528c33
commit 9886f38a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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