Fix incorrect Worx Landroid example configuration (#38300)

This commit is contained in:
c0ffeeca7 2025-04-01 09:24:42 +02:00 committed by GitHub
commit 81bda68853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@ To use your Worx Landroid mower in your installation, add the following to your
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
platform: worxlandroid - platform: worxlandroid
host: 192.168.0.10 host: 192.168.0.10
pin: 1234 pin: 1234
``` ```
{% configuration %} {% configuration %}