Correct state_topic should be activity_state_topic (#29004)

This commit is contained in:
Jan Bouwhuis 2023-09-26 08:18:50 +02:00 committed by GitHub
parent bf4280dea0
commit fc5e8338a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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