mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update docs to add schedules as a switch. (#12606)
Used "start or stop" in place of "toggle" for schedules to avoid confusion on whether the switch starts/stops or enables/disables the schedule.
This commit is contained in:
parent
a7f6915a9c
commit
deecd6d390
@ -75,9 +75,9 @@ panel_iframe:
|
|||||||
|
|
||||||
## Switch
|
## Switch
|
||||||
|
|
||||||
The `rachio` switch platform allows you to toggle zones connected to your [Rachio irrigation system](https://rachio.com/) on and off.
|
The `rachio` switch platform allows you to toggle zones and Fixed schedules connected to your [Rachio irrigation system](https://rachio.com/) 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.
|
Once configured, a switch will be added for every zone that is enabled on every controller in the account provided, a switch to start or stop every Fixed schedule on a controller, as well as a switch to toggle each controller's standby mode.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
@ -94,6 +94,7 @@ irrigation:
|
|||||||
- group.zones_front
|
- group.zones_front
|
||||||
- group.zones_back
|
- group.zones_back
|
||||||
- switch.side_yard
|
- switch.side_yard
|
||||||
|
- switch.every_day_6am
|
||||||
|
|
||||||
zones_front:
|
zones_front:
|
||||||
name: Front Yard
|
name: Front Yard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user