mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add unique ID support to Flux (#33361)
* Add unique ID support to Flux * cover -> switch
This commit is contained in:
parent
cc10d5c305
commit
5f6a2c81c7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user