mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
958 B
958 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Worx Landroid | Instructions on how to integrate Worx Landroid WG796E.1 or WG797E as sensors within Home Assistant. | 2017-09-12 13:23 | true | false | true | true | worx.png | DIY | 0.54 | Local Polling |
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 variables:
- host (Required): The ip address or host name of the mower.
- pin (Required): The pin code for the mower.
- allow_unreachable (Optional): This will allow the mower to be outside of wifi range without raising an error (default: True).