v1.4.0-beta1
Pre-release
Pre-release
What's New
Language Support (#70)
- Plant common names are now returned in your Home Assistant language when available
- Configurable via integration options (enabled by default)
Improved Error Handling (#71)
- Rate limit errors from OpenPlantbook API now surface as proper HA errors
- Authentication failures raise
InvalidAuthfor clear user feedback - Image download permission errors handled gracefully
Randomized Upload Schedule (#72)
- Daily upload time is now randomized per installation to reduce API load spikes
- Upload delay after restart increased from 5 min to 4 hours
Code Quality (#73)
- f-string logging replaced with lazy
%formatting (HA best practice) - Variable shadowing fixes in uploader loops