From 3a69a04bd844992fc45108b078c2fa5ae11372c9 Mon Sep 17 00:00:00 2001 From: nilzen Date: Fri, 22 Sep 2017 06:37:11 +0200 Subject: [PATCH] Sensor Worx Landroid (#3362) * Sensor Worx Landroid * Fix spelling * Rename to match module name * Use new component name --- .../_components/sensor.worxlandroid.markdown | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/_components/sensor.worxlandroid.markdown diff --git a/source/_components/sensor.worxlandroid.markdown b/source/_components/sensor.worxlandroid.markdown new file mode 100644 index 00000000000..98b699b9ab8 --- /dev/null +++ b/source/_components/sensor.worxlandroid.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Worx Landroid" +description: "Instructions how to integrate Worx Landroid WG796E.1 or WG797E as sensors within Home Assistant." +date: 2017-09-12 13:23 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: DIY +ha_release: 0.54 +logo: home-assistant.png +ha_iot_class: "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: + +```yaml +# 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).