mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Update fan.mqtt.markdown (#11260)
* Update fan.mqtt.markdown Update of the documentation. Based on https://github.com/home-assistant/home-assistant/issues/28804 Otherwise homekit for instance will crash if you don't have "off". * ✏️ Tweak Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
f53cda12f7
commit
60a14ba1e6
@ -180,11 +180,11 @@ device:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<dkv class='note warning'>
|
<div class='note warning'>
|
||||||
|
|
||||||
Make sure that your topics match exactly. `some-topic/` and `some-topic` are different topics.
|
Make sure that your topics match exactly. `some-topic/` and `some-topic` are different topics.
|
||||||
|
|
||||||
</dkv>
|
</div>
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
@ -214,6 +214,7 @@ fan:
|
|||||||
payload_medium_speed: "medium"
|
payload_medium_speed: "medium"
|
||||||
payload_high_speed: "high"
|
payload_high_speed: "high"
|
||||||
speeds:
|
speeds:
|
||||||
|
- "off"
|
||||||
- low
|
- low
|
||||||
- medium
|
- medium
|
||||||
- high
|
- high
|
||||||
|
Loading…
x
Reference in New Issue
Block a user