Skip to content

Releases: vanstinator/hass-raincloud

1.3.0

30 May 18:58
Compare
Choose a tag to compare

1.2.4

22 Jan 15:56
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • switch to extra_state_attributes api property

1.2.3

12 Sep 18:27
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • add proper device and state class to battery sensor
  • add iot_class: cloud_polling to manifest

1.2.2

05 Apr 23:19
e43e4c7
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • add version to manifest.json to comply with future HA requirement

1.2.1

17 Sep 17:32
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • bump minimum required HA version to 0.115.0
  • fixed breaking API change in HA 0.115.0

1.2.0

16 Jun 20:57
1bf8850
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • add a new raincloud.rain_delay service to control the rain delay feature

1.1.0

08 Jun 23:23
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • support turning off valves that were turned on at the switch manually
  • poll twice as often (10 seconds)
    • may have to drop back to 15-20 seconds if melnor says anything. but I think few enough people use this package we can get away with polling a bit more often

1.0.1

01 Jun 21:10
Compare
Choose a tag to compare

GitHub Releases (by Release)

Changelog

  • stop logging debug lines as errors. this was causing home assistant to display an error notification at boot

New Beginnings

25 May 19:27
Compare
Choose a tag to compare

GitHub Releases (by Release)

New

I'm happy to announce that with this release you can finally utilize more than one controller and multiple valves with Home Assistant! There were some major changes in the upstream pypi project to expose the full suite of devices to power this feature.

Changelog

  • allow for multiple controllers and multiple valves per-account
  • updated naming of zones to make names more clear
  • added unique_id to entities allowing user-customizations to stick between reboots and valve name changes
  • fixed an issue where turning on manual watering could fail
  • fixed an issue where adding 2 valves would cause the integration to fail
  • bumped raincloudy version to 1.0.0

Breaking Changes

Zone entities are named more clearly now. The new naming convention will cause your existing entities to become invalid. This won't happen again as I'm also crafting a UUID for each valve based on serial number. So Home Assistant will track metadata changes for a specific entity going forward.

Known Issues

  • Zone names are only scraped at boot. So if you change a zone name at www.wifiaquatimer.com you won't see that change in Home Assistant without a reboot. I'm working on it. But there's a lot of great stuff in this release that I didn't want to hold up.

1.0.0-rc.1

25 May 12:37
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Changelog

  • bumped raincloudy version to 1.0.0 to pick up zone names

Known Issues

  • Zone names are only scraped at boot. So if you change a zone name at www.wifiaquatimer.com you won't see that change in Home Assistant without a reboot.