Fixed typo in lawn_mower.mqtt.markdown (#32330)

This commit is contained in:
Robert Vollmer 2024-04-16 10:37:25 +02:00 committed by GitHub
parent 1f58e8bded
commit 6ec0469a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,7 +210,7 @@ The example below shows how to use a single command topic with a command templat
```yaml
# Example configuration.yaml entry
mqtt:
- alarm_control_panel:
- lawn_mower:
name: "Lawn Mower Plus"
activity_state_topic: "lawn_mower_plus/state"
activity_value_template: "{{ value_json.activity }}"