From fc5e8338a190a5d36457669230215eb9ff80f2a0 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 26 Sep 2023 08:18:50 +0200 Subject: [PATCH] Correct state_topic should be activity_state_topic (#29004) --- source/_integrations/lawn_mower.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/lawn_mower.mqtt.markdown b/source/_integrations/lawn_mower.mqtt.markdown index 1dacdac14e0..fee2619b7ee 100644 --- a/source/_integrations/lawn_mower.mqtt.markdown +++ b/source/_integrations/lawn_mower.mqtt.markdown @@ -159,7 +159,7 @@ optimistic: description: Flag that defines if the lawn mower works in optimistic mode. required: false type: boolean - default: "`true` if no `state_topic` defined, else `false`." + default: "`true` if no `activity_state_topic` defined, else `false`." pause_command_template: description: Defines a [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) to generate the payload to send to `pause_command_topic`. The `value` parameter in the template will be set to `pause`. required: false