Skip to content

Commit

Permalink
[docs] Minor update to button mqtt (home-assistant#32487)
Browse files Browse the repository at this point in the history
The `command_topic` is required
  • Loading branch information
ptxmac authored Apr 30, 2024
1 parent f762285 commit 0d6db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_integrations/button.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 0d6db8a

Please sign in to comment.