From 0d6db8aebaa7f1ea28b7473d66c2ba4d75c4387c Mon Sep 17 00:00:00 2001 From: Peter Kristensen Date: Tue, 30 Apr 2024 08:03:13 +0200 Subject: [PATCH] [docs] Minor update to button mqtt (#32487) The `command_topic` is required --- source/_integrations/button.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/button.mqtt.markdown b/source/_integrations/button.mqtt.markdown index 3d67931de4d..e3393dc3229 100644 --- a/source/_integrations/button.mqtt.markdown +++ b/source/_integrations/button.mqtt.markdown @@ -62,7 +62,7 @@ command_template: type: template command_topic: description: The MQTT topic to publish commands to trigger the button. - required: false + required: true type: string device: description: "Information about the device this button 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."