From 6ec0469a652179a12daaecf782fdcae7f413b8d4 Mon Sep 17 00:00:00 2001 From: Robert Vollmer Date: Tue, 16 Apr 2024 10:37:25 +0200 Subject: [PATCH] Fixed typo in lawn_mower.mqtt.markdown (#32330) --- 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 3260c3ba023..305c41c2f34 100644 --- a/source/_integrations/lawn_mower.mqtt.markdown +++ b/source/_integrations/lawn_mower.mqtt.markdown @@ -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 }}"