clarify MQTT dev tool text
This commit is contained in:
parent
f0d494bfd4
commit
4bb87848f9
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ For more information about jinja2, visit [jinja2 documentation](http://jinja.poc
|
||||||
|
|
||||||
{% linkable_title mqtt %}
|
{% linkable_title mqtt %}
|
||||||
|
|
||||||
This section is only visible if the MQTT is configured. To configure MQTT, add `mqtt:` to the `configuration.yaml` file. For more information, refer to [mqtt](/components/mqtt/)
|
This section is only visible if the MQTT component is configured. To configure MQTT, add `mqtt:` to the `configuration.yaml` file. For more information, refer to the [mqtt](/components/mqtt/) component.
|
||||||
|
|
||||||
Even though MQTT in general provides deeper functionality, the developer tools section of MQTT is limited to publishing messages to a given topic. It supports templates for the payload. To publish a message, simply specify the topic name and the payload and click “PUBLISH” button.
|
Even though MQTT in general provides deeper functionality, the developer tools section of MQTT is limited to publishing messages to a given topic. It supports templates for the payload. To publish a message, simply specify the topic name and the payload and click “PUBLISH” button.
|
||||||
|
|
||||||
{% linkable_title Info %}
|
{% linkable_title Info %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue