mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00

* Removed parts related to the component * Component configuration * Update rainbird.markdown * Update rainbird.markdown * Create sensor.rainbird.markdown * Update sensor.rainbird.markdown * Update rainbird.markdown * Update sensor.rainbird.markdown * Update sensor.rainbird.markdown * Update sensor.rainbird.markdown * Update rainbird.markdown * Update sensor.rainbird.markdown
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Rain Bird | Instructions on how to integrate your Rain Bird LNK WiFi Module within Home Assistant. | 2017-12-07 12:00 | true | false | true | true | rainbird.png | Hub | 0.61 | Local Polling |
This rainbird
component allows interacting with LNK WiFi module of the Rain Bird Irrigation system in Home Assistant.
To enable it, add the following to your configuration.yaml
file:
rainbird:
host: '1.1.1.1'
password: 'XXXXXXX'
Configuration variables:
- host (Required): The IP address of your LNK WiFi Module.
- password (Required): The password for accessing the module.
Finish its configuration by visiting the Rain Bird sensor and Rain Bird switch documentation.
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).