Updated watering_minutes with the allowed values (#5225)

This commit is contained in:
Marcelo Moreira de Mello 2018-04-22 15:49:27 -04:00 committed by Fabian Affolter
parent 8eae78cb34
commit 00d950773e

View File

@ -25,7 +25,7 @@ switch:
Configuration variables:
- **watering_minutes** (*Optional*): Value in minutes to watering your garden via frontend. Defaults to 15.
- **watering_minutes** (*Optional*): Value in minutes to watering your garden via frontend. Defaults to 15. The values allowed are: 5, 10, 15, 30, 45, 60.
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. If not specified, all conditions below will be enabled by default. The following conditions can be monitored.
- **auto_watering**: Toggle the watering scheduled per zone.
- **manual_watering**: Toggle manually the watering per zone. It will inherent the value in minutes specified on the RainCloud hub component.