Merge branch 'current' into next
This commit is contained in:
commit
3177f20493
8 changed files with 515 additions and 14 deletions
|
@ -15,7 +15,7 @@ ha_iot_class: "Local Polling"
|
|||
|
||||
This `rainbird` sensor allows interacting with [LNK WiFi](http://www.rainbird.com/landscape/products/controllers/LNK-WiFi.htm) module of the Rain Bird Irrigation system in Home Assistant.
|
||||
|
||||
Once you have enabled the [Rain Bird component](/components/rainburd), add the following to your `configuration.yaml` file to enable the rain sensor:
|
||||
Once you have enabled the [Rain Bird component](/components/rainbird), add the following to your `configuration.yaml` file to enable the rain sensor:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
|
|
@ -67,6 +67,10 @@ switch:
|
|||
description: Defines an action to run when the switch is turned off.
|
||||
required: true
|
||||
type: action
|
||||
icon_template:
|
||||
description: Defines a template for the icon of the switch.
|
||||
required: false
|
||||
type: template
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Considerations %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue