Merge branch 'current' into next

This commit is contained in:
Paulus Schoutsen 2018-01-26 21:08:36 -08:00
commit 3177f20493
8 changed files with 515 additions and 14 deletions

View file

@ -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

View file

@ -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 %}