Skip to content

Releases: Olen/homeassistant-plant

v2.0.0-beta.11

15 Aug 18:28
Compare
Choose a tag to compare
v2.0.0-beta.11 Pre-release
Pre-release

New features

  • Making "species" optional.
    • Obviously the integration can not get data from OpenPlantbook without species, but you are no longer forced to provide one

Fixes

  • Improvement to Options Flow to handle removal of species, display species and image
  • Handle image: openplantbook from yaml-config
  • Improve refresh of data from OpenPlantbook
    • With "Force Refresh" checked, image and display species are now replaced with data from OpenPlantbook
    • Without "Force Refresh", changed species will only update image if the link is to an OpenPlantbook-image. Local images and other URLs will not be overwritten. Display species is not overwritten without "Force Refresh"

v2.0.0-beta.9

14 Aug 11:24
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

Fix

  • Sometimes the websocket request would not return data. Leaving the flower card in a non working state until restart of HA

v2.0.0-beta.8

14 Aug 10:27
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Fixes

  • Works without Openplantbook

v2.0.0-beta.10

14 Aug 17:38
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

Sorry for spamming you with releases today. Buzzy day...
Getting close to a proper release, I hope. I just want most of the small issues out of the way before going there.

Fixes

  • Improve handling of removing plants
    • Ensure we clean up entries, services etc. when the last plant has been removed
  • Improve adding plants, remove some extra hacks that are now done in the proper way instead.

v2.0.0-beta.7

12 Aug 07:28
b8c53c9
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

Fixes

  • Added icons to all configuration/number entities

New feature

  • Force refresh data from OpenPlantbook.

With this option selected, fresh data for all thresholds (max/min vlaues) are fetched from OpenPlantbook even without changing the species of a plant. This is useful if you have unintentionally changed some thresholds and want them back, or if you have created personal "userPlants" in OpenPlantbook, as these can not yet be selected when setting up a plant from the UI (fix is coming to the OpenPlantbook API to include them in the search results).

Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7

v2.0.0-beta.6

11 Aug 09:45
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

Fixes

  • Fix customized icons in flower card
  • Add calculated entities as hidden, diagnostic entities
  • General code cleanup

Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

09 Aug 17:59
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

Pretty big changes under the hood this time

All the different thresholds and "meters" under the plant device are now converted to number.* and sensor..
This should not really have much impact on the use of the integration, but it means that you might have to modify scripts or automations if you previously read the different plant.
entities in there.

I am quite sure some bugs might have snuck in at the same time...

v2.0.0-beta.4

09 Aug 07:31
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

Fixes

  • Validate results from Openplantbook when adding a new plant (#31)
  • Fix image links with local files
  • Various typos etc

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

08 Aug 14:31
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

Fixes

Fix #30

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

08 Aug 13:40
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Fixes

  • Fix "wrong plant" on setup.
  • Fix DLI in Flower card (wrong attribute in websocket response)
  • Fix sensor dropdown for moisture. Issue #29

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2