Releases: vinteo/hass-opensprinkler
Releases · vinteo/hass-opensprinkler
Backwards support for firmware 2.1.5
Upgrading from pre 1.0.0
Note: 1.0.0 has major breaking changes, you will need to update any automations, scripts, etc
- Remove yaml configuration.
- Uninstall using HACS or delete the
hass_opensprinkler
folder in<config_dir>/custom_components
- Restart Home Assistant
- Follow installation instructions in the README
Breaking Changes
- Program binary sensors now show running state instead of operation state. Please use the program switch states for program operation state.
- Controller binary sensor is removed. Please use controller switch state for controller operation state.
- Station switches now enable/disable instead of run/stop stations. Please use
opensprinkler.run
andopensprinkler.stop
services to run and stop stations. - All scenes are removed. Please use the
opensprinkler.run
service to run programs.
Fix for flow rate sensor
Upgrading from pre 1.0.0
Note: 1.0.0 has major breaking changes, you will need to update any automations, scripts, etc
- Remove yaml configuration.
- Uninstall using HACS or delete the
hass_opensprinkler
folder in<config_dir>/custom_components
- Restart Home Assistant
- Follow installation instructions in the README
Breaking Changes
- Program binary sensors now show running state instead of operation state. Please use the program switch states for program operation state.
- Controller binary sensor is removed. Please use controller switch state for controller operation state.
- Station switches now enable/disable instead of run/stop stations. Please use
opensprinkler.run
andopensprinkler.stop
services to run and stop stations. - All scenes are removed. Please use the
opensprinkler.run
service to run programs.
Total rework, supports integration through Home Assistant UI.
Upgrading from pre 1.0.0
Note: 1.0.0 has major breaking changes, you will need to update any automations, scripts, etc
- Remove yaml configuration.
- Uninstall using HACS or delete the
hass_opensprinkler
folder in<config_dir>/custom_components
- Restart Home Assistant
- Follow installation instructions in the README
Breaking Changes
- Program binary sensors now show running state instead of operation state. Please use the program switch states for program operation state.
- Controller binary sensor is removed. Please use controller switch state for controller operation state.
- Station switches now enable/disable instead of run/stop stations. Please use
opensprinkler.run
andopensprinkler.stop
services to run and stop stations. - All scenes are removed. Please use the
opensprinkler.run
service to run programs.
Replace deprecated entities
v0.2.1 Update: replace deprecated entities (#62)
Switches for operation and programs
- Switch for open sprinkler operation
- Switches for each program operation
- Binary sensor for each program operation
Support for firmware 2.19
Support for second rain sensor
Initial release for HACS
Merge pull request #28 from benvanmierloo/master move from (soon to be) deprecated custom_updater to HACS
Initial release
- Binary sensors for each station to show on/off status
- Programs as scenes which can be "activated"
- Stations as switches with individual timers