Releases: Olen/homeassistant-plant
v2.0.0-beta.11
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
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
Fixes
- Works without Openplantbook
v2.0.0-beta.10
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
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
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
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
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
v2.0.0-beta.2
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