mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add unique_id to MQTT fan (#6372)
* Add unique_id to MQTT fan * Fix YAML spacing
This commit is contained in:
parent
49a0f5d46d
commit
70036a273d
@ -142,6 +142,10 @@ payload_not_available:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: offline
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user