home-assistant.io/source/_integrations/worxlandroid.markdown
2025-03-31 20:02:56 +00:00

1.2 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related ha_quality_scale
Worx Landroid Instructions on how to integrate Worx Landroid WG796E.1 or WG797E as sensors within Home Assistant.
DIY
0.54 Local Polling worxlandroid
sensor
integration
docs title
/docs/configuration/ Configuration file
legacy

The worxlandroid {% term integration %} allows you to get the current state, battery level and error status Worx Landroid WG796E.1 or WG797E.

To use your Worx Landroid mower in your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
sensor:
  - platform: worxlandroid
    host: 192.168.0.10
    pin: 1234

{% configuration %} host: description: The IP address or host name of the mower. required: true type: string pin: description: The pin code for the mower. required: true type: integer allow_unreachable: description: This will allow the mower to be outside of Wi-Fi range without raising an error. required: false type: boolean default: true {% endconfiguration %}