Add unique_id to MQTT fan (#6372)

* Add unique_id to MQTT fan

* Fix YAML spacing
This commit is contained in:
Otto Winter 2018-09-30 09:12:16 +02:00 committed by Franck Nijhof
parent 49a0f5d46d
commit 70036a273d

View File

@ -142,6 +142,10 @@ payload_not_available:
required: false
type: string
default: offline
unique_id:
description: An ID that uniquely identifies this fan. If two fans have the same unique ID, Home Assistant will raise an exception.
required: false
type: string
{% endconfiguration %}
<p class='note warning'>