David Knowles
David Knowles
## Proposed change This adds a `DataUpdateCoordinator` to the Hydrawise integration. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue)...
## Proposed change This adds a config flow to the Hydrawise component and begins migrating away from YAML configuration. The config flow uses a new API for communicating with Hydrawise....
## Proposed change This adds a new integration for Schlage WiFi locks. This first PR is a bare-bones implementation of the custom integration I've been maintaining at https://github.com/dknowles2/ha-schlage/. I'll port...
## Proposed change Add a new `HydrawiseData` object for caching objects from the API. Use this to refresh the data objects stored in each entity when the coordinator updates. This...
## Proposed change Add a valve to the Hydrawise integration that allows controlling zone watering. This is meant to be a replacement for the "Manual Watering" binary sensor, but it...
## Proposed change Add documentation for the Hydrawise integration's new valve platform. ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ]...
## Proposed change Remove the prerequisites section from the Hydrawise docs that discuss the need to obtain an API Key. This is no longer necessary with https://github.com/home-assistant/core/pull/106904 as you can...
## Proposed change If the `next_cycle` sensor value is unknown, we currently set it to `datetime.max`. Despite that being a constant value, it causes the sensor entities to update on...
## Proposed change Add documentation for Hydrawise services added in https://github.com/home-assistant/core/pull/120883 ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted...