home-assistant.io/source/_components/sensor.rainbird.markdown
Stuart McCroden 3fb499ae8d Update configuration variables style (#7285)
Use the new style for configuration variables as described in #6385 for sensor.rainbird.markdown
2018-11-01 09:29:45 +01:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Rain Bird Sensor Instructions on how to integrate your Rain Bird LNK WiFi Module rain sensor within Home Assistant. 2017-08-25 12:00 true false true true rainbird.png Irrigation 0.61 Local Polling

This rainbird sensor allows interacting with LNK WiFi module of the Rain Bird Irrigation system in Home Assistant.

{% linkable_title Configuration %}

Once you have enabled the Rain Bird component, add the following to your configuration.yaml file to enable the rain sensor:

# Example configuration.yaml entry
sensor:
  - platform: rainbird
    monitored_conditions:
      - rainsensor

{% configuration %} monitored_conditions: description: Conditions to be monitored. keys: rainsensor: description: Returns the sensor level. {% endconfiguration %}

Please note that due to the implementation of the API within the LNK Module, there is a concurrency issue. For example, the Rain Bird app will give connection issues (like already a connection active).