Add unique_id to MQTT cover (#6373)

This commit is contained in:
Otto Winter 2018-09-30 08:57:47 +02:00 committed by Franck Nijhof
parent 7f7333ea42
commit 49a0f5d46d

View File

@ -155,6 +155,10 @@ tilt_invert_state:
required: false
type: boolean
default: false
unique_id:
description: An ID that uniquely identifies this cover. If two covers have the same unique ID, Home Assistant will raise an exception.
required: false
type: string
{% endconfiguration %}
## {% linkable_title Examples %}