mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +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
|
required: false
|
||||||
default: 30
|
default: 30
|
||||||
type: integer
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
Full example:
|
Full example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user