From 29b0af599c1d29af3665e6c87f2563631323333b Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 3 Aug 2023 14:34:50 +0200 Subject: [PATCH] Remove command_topic and template from mqtt event (#28431) --- source/_integrations/event.mqtt.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/_integrations/event.mqtt.markdown b/source/_integrations/event.mqtt.markdown index 330576f4b89..b1ab6fcbdd6 100644 --- a/source/_integrations/event.mqtt.markdown +++ b/source/_integrations/event.mqtt.markdown @@ -58,14 +58,6 @@ availability_topic: description: The MQTT topic subscribed to receive availability (online/offline) updates. Must not be used together with `availability`. required: false type: string -command_template: - description: Defines a [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) to generate the payload to send to `command_topic`. - required: false - type: template -command_topic: - description: The MQTT topic to publish commands to trigger the event. - required: false - type: string device: description: "Information about the device this event is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device." required: false