Fix incorrect Worx Landroid example configuration

This commit is contained in:
Franck Nijhof 2025-03-31 20:02:56 +00:00
parent 89cff83b5f
commit 4f957e9494
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

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