home-assistant.io/source/_components/worxlandroid.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1022 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Worx Landroid Instructions on how to integrate Worx Landroid WG796E.1 or WG797E as sensors within Home Assistant. worx.png
DIY
0.54 Local Polling
/components/sensor.worxlandroid/

The worxlandroid sensor platform 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 configuration.yaml file:

# 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 wifi range without raising an error. required: false type: boolean default: true {% endconfiguration %}