From 4f957e9494a87760b255ca2b0cdf5449002e8728 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 Mar 2025 20:02:56 +0000 Subject: [PATCH] Fix incorrect Worx Landroid example configuration --- source/_integrations/worxlandroid.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/worxlandroid.markdown b/source/_integrations/worxlandroid.markdown index c783bbcc32e..febd563960e 100644 --- a/source/_integrations/worxlandroid.markdown +++ b/source/_integrations/worxlandroid.markdown @@ -23,9 +23,9 @@ To use your Worx Landroid mower in your installation, add the following to your ```yaml # Example configuration.yaml entry sensor: - platform: worxlandroid - host: 192.168.0.10 - pin: 1234 + - platform: worxlandroid + host: 192.168.0.10 + pin: 1234 ``` {% configuration %}