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