Releases: mbillow/ha-redpocket
Releases · mbillow/ha-redpocket
v2.3.3
✨ Improvements
- Sensors with unlimited balances now report "Unlimited" versus being unavailable.
v2.3.2
🐛 Bugs
- Define the line update function outside the lines loop to prevent last line from overwriting all others.
v2.3.1
🐛 Bugs
- Handle when the RedPocket API returns
'0000-00-00'
instead of null
for certain dates.
v2.3.0
🐛 Bugs
- Updated
python-redpocket
to properly handle accounts without auto-renewal dates.
v2.2.0
✨ Improvements
- Leverage the Home Assistant
DataUpgradeCoordinator
class to drastically reduce API calls.
- The component used to make 5 API calls per line every 15 minutes. Now, it makes just 1 per line.
- Added useful debug logging.
v2.1.2
✨ New Features
- Only use floats when decimal precision is necessary.
v2.1.1
🐛 Bug Fixes
- We can't ensure that the en_US.UTF8 locale is available, so we are going to go with some crude string replacement and type coercion.
v2.1.0
🐛 Bug Fixes
- Bump
python-redpocket
dependency to pick up data balance locale parsing fix. (Fixes #2)
v2.0.2
📜 Documentation
- Corrected documentation URL in manifest.
v2.0.1
🐛 Bug Fixes
- Properly set last updated property on sensors when refreshing data