-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Hydrawise maximum watering duration to meet the app limits #136050
Update Hydrawise maximum watering duration to meet the app limits #136050
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mattdoran
It seems you haven't yet signed a CLA. Please do so here.
Once you do that we will be able to review and accept this pull request.
Thanks!
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hey there @dknowles2, @thomaskistler, @ptcryan, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Does the app have a maximum? Otherwise we could remove the maximum in Home Assistant completely |
I don't see any maximums documented, so leaving it unbounded seems fine to me. |
Just read that message more carefully “less than 1440”. Tried in app, allows 1440 but not 1441. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dknowles2 Can you verify that you also have a limit of 1440? If yes, we should set it directly to that value instead of 600.
Confirmed. |
Co-authored-by: Robert Resch <[email protected]>
…36050) Co-authored-by: Robert Resch <[email protected]>
Breaking change
Proposed change
The change changes the max watering duration for the start_watering action from 90 minutes to 600 minutes.
I'm using home assistant and hydrawise to try to automate irrigation of a new vineyard. This is a 5 acre vineyard with 5 zones. When I do an irrigation run each zone runs for 2 hours (120 mins). I cannot replicate even a basic irrigation program in homeassistant without allowing longer irrigation duration. I chose 600 mins as a round number and checked that I can start a manual 600 minute irrgation with the hydrawise app.
Type of change
Additional information
Checklist
Sorry, I haven't got a local environment working, however this change does only change a numeric value in 2 places.
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: