Skip to content

Commit

Permalink
Merge pull request #42 from sh00t2kill/fix-valve-service-definition
Browse files Browse the repository at this point in the history
Update valve.py
  • Loading branch information
sh00t2kill authored Mar 8, 2024
2 parents 1688265 + 51e64ee commit 50b6371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/linktap/valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 50b6371

Please sign in to comment.