Add unique ID support to Flux (#33361)

* Add unique ID support to Flux

* cover -> switch
This commit is contained in:
Franck Nijhof 2024-06-22 19:18:55 +02:00 committed by GitHub
parent cc10d5c305
commit 5f6a2c81c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,10 @@ interval:
required: false
default: 30
type: integer
unique_id:
description: An ID that uniquely identifies this switch. Set this to a unique value to allow customization through the UI.
required: false
type: string
{% endconfiguration %}
Full example: