diff --git a/custom_components/linktap/valve.py b/custom_components/linktap/valve.py index 0e31a45..2e9bb2c 100644 --- a/custom_components/linktap/valve.py +++ b/custom_components/linktap/valve.py @@ -45,7 +45,7 @@ async def async_setup_entry( "_pause_tap" ) platform.async_register_entity_service("start_watering", - {vol.Required("minutes", default=1439): vol.Coerce(int)}, + {vol.Required("seconds", default=9000): vol.Coerce(int)}, "_start_watering" )