diff --git a/source/_components/notify.mqtt.markdown b/source/_components/notify.mqtt.markdown index 307953005da..a83e2622954 100644 --- a/source/_components/notify.mqtt.markdown +++ b/source/_components/notify.mqtt.markdown @@ -19,6 +19,10 @@ The MQTT notification support is different than the other [notification](/compon {"payload": "Test message from HA", "topic": "home/notification", "qos": 0, "retain": 0} ``` +

+ +

+ Using the [REST API](/developers/rest_api/#post-apiservicesltdomainltservice) to send a message to a given topic. ```bash diff --git a/source/images/screenshots/mqtt-notify.png b/source/images/screenshots/mqtt-notify.png new file mode 100644 index 00000000000..b3c3f815bd5 Binary files /dev/null and b/source/images/screenshots/mqtt-notify.png differ