You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove python_scripts, replaced with valve attributes next_start_time and next_start_programs (#400)
The bundled python_scripts were flagged as experimental and unsupported,
and the next-watering calculation only partially covered Orbit's scheduling
modes (see #180). Remove the scripts, the related README sections, and
stale references in .ruff.toml and CLAUDE.md.
Copy file name to clipboardExpand all lines: README.md
+1-61Lines changed: 1 addition & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ A **zone** `valve` entity is created for each zone of a `sprinkler_timer` device
128
128
129
129
The default run time is often indicated by the `manual_preset_runtime` attribute, and this can be set using the `set_manual_preset_runtime` service or configured in the B-hyve app.
130
130
131
-
> [!NOTE]
131
+
> [!NOTE]
132
132
> Some BHyve devices do not have the ability to set the default watering time, and it is recommended that you use the `bhyve.start_watering` service to start the watering zone with the desired number of minutes.
133
133
134
134
The following attributes are set on zone valve entities:
@@ -243,63 +243,3 @@ The `frequency` object mirrors the B-Hyve API structure. Known `type` values:
243
243
244
244
The `budget` is a percentage that scales each zone's run time. `100` means unchanged, `50` halves every run time, `200` doubles it. Valid range is 0–200.
245
245
246
-
## Python Script
247
-
248
-
> [!CAUTION]
249
-
> These scripts are expermintal and not supported. YMMV and any support issues will be closed as won't fix.
250
-
251
-
Bundled in this repository is a [`python_script`](https://www.home-assistant.io/integrations/python_script) which calculates a device's next watering time and when a rain delay is scheduled to finish.
252
-
253
-
_Note: HACS does not install the script automatically and they must be added manually to your HA instance._
0 commit comments