diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index a1ff21b8f45..4cf6437707b 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -1027,31 +1027,6 @@ Documentation on the MQTT components that support YAML [can be found here](/inte The MQTT integration supports templating. Read more [about using templates with the MQTT integration](/docs/configuration/templating/#using-templates-with-the-mqtt-integration). -## MQTT Notifications - -The MQTT notification support is different than for the other [notification](/integrations/notify/) integrations. It is an action. This means you need to provide more details when calling the action. - -**Perform action** section from **Developer Tools** -> **Actions** allows you to send MQTT messages. Choose *mqtt.publish* from the list of available actions, and enter something like the sample below into the **data** field and select **Perform action**. - -```json -{ - "~":"homeassistant/switch/irrigation", - "name":"garden", - "cmd_t":"~/set", - "stat_t":"~/state" -} -``` - -

- Screenshot showing how to publish a message to an MQTT topic -

- -The same will work for automations. - -

- Screenshot showing how to publish a message to an MQTT topic for automations -

- ### Examples #### REST API diff --git a/source/images/screenshots/mqtt-notify-action.png b/source/images/screenshots/mqtt-notify-action.png deleted file mode 100644 index 7c6f035d809..00000000000 Binary files a/source/images/screenshots/mqtt-notify-action.png and /dev/null differ diff --git a/source/images/screenshots/mqtt-notify.png b/source/images/screenshots/mqtt-notify.png deleted file mode 100644 index 62d068f4b40..00000000000 Binary files a/source/images/screenshots/mqtt-notify.png and /dev/null differ