mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00

Removed instructions for configuring Rachio platforms, moved manual_run_time to Rachio component.
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Rachio Switch | Instructions on how to use Rachio switches with Home Assistant. | 2018-06-23 16:09 | true | false | true | true | rachio.png | Irrigation | Cloud Push | 0.46 |
The rachio
switch platform allows you to toggle zones connected to your Rachio irrigation system on and off.
Once configured, a switch will be added for every zone that is enabled on every controller in the account provided, as well as a switch to toggle each controller's standby mode.
They will be automatically added if the Rachio component is loaded.
{% linkable_title Examples %}
In this section, you find some real-life examples of how to use this switch.
{% linkable_title groups.yaml
example %}
irrigation:
name: Irrigation
icon: mdi:water-pump
view: true
entities:
- group.zones_front
- group.zones_back
- switch.side_yard
zones_front:
name: Front Yard
view: false
entities:
- switch.front_bushes
- switch.front_yard
zones_back:
name: Back Yard
view: false
entities:
- switch.back_garden
- switch.back_porch