mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Spelling and grammar fixes. (#2132)
* Spelling and grammar fixes. * Grammar. * Fix broken markdown.
This commit is contained in:
parent
a3b22fb000
commit
e479320b29
@ -10,7 +10,7 @@ footer: true
|
|||||||
logo: mqtt.png
|
logo: mqtt.png
|
||||||
---
|
---
|
||||||
|
|
||||||
MQTT support so-called Birth and Last Will and Testament (LWT) messages. The former is used to sned a message after the service has started. the latter is here to notify other clients about an ungracefully disconnected client or alike.
|
MQTT supports so-called Birth and Last Will and Testament (LWT) messages. The former is used to send a message after the service has started, and the latter is used to notify other clients about an ungracefully disconnected client.
|
||||||
|
|
||||||
To integrate MQTT Birth and Last Will messages into Home Assistant, add the following section to your `configuration.yaml` file:
|
To integrate MQTT Birth and Last Will messages into Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -37,4 +37,3 @@ Configuration variables:
|
|||||||
- **payload** (*Required*): The message content.
|
- **payload** (*Required*): The message content.
|
||||||
- **qos** (*Optional*): The maximum QoS level of the topic. Default is 0.
|
- **qos** (*Optional*): The maximum QoS level of the topic. Default is 0.
|
||||||
- **retain** (*Optional*): If the published message should have the retain flag on or not. Defaults to `True`.
|
- **retain** (*Optional*): If the published message should have the retain flag on or not. Defaults to `True`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user