home-assistant.io/source/_components/switch.rachio.markdown
Greg Laabs 1d76f63e6f Rachio modernization updates (#6380)
Removed instructions for configuring Rachio platforms, moved manual_run_time to Rachio component.
2018-09-30 08:51:05 +02:00

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