Releases: galletn/upoffiz
Releases · galletn/upoffiz
Add workday filtering and smart refresh optimization
What's New in v0.1.6
✨ New Features
- Workday Filtering: Only refresh parking data during working days
- Add configurable workday filter using Home Assistant's Workday integration
- New
use_workday_sensorconfiguration option to enable/disable the feature
- Smart Refresh Optimization: Skip refresh during peak hours if parking spots are already at 0
🔧 Improvements
- Dynamic SCAN_INTERVAL: Scan interval now properly respects configured intervals
- Updated manifest version
👥 Contributors
Thanks to our contributors for this release:
- @jefG-ha - Workday filtering feature (PR #7)
- @benjaminfrombe - Dynamic scan interval fix (PR #8)
📝 Configuration
New optional configuration option:
upoffiz_parking:
use_workday_sensor: true # Enable workday filtering (requires Workday integration)Full Changelog: v0.1.5...v0.1.6
Add configurable refresh intervals and manual refresh button
Add configurable refresh intervals and manual refresh button
- Add peak_interval, off_peak_interval, and night_interval configuration options
- Implement 30-second refresh during peak hours (7:30-9:30)
- Add button entity for manual refresh
- Add service for programmatic refresh triggers
- All intervals configurable via configuration.yaml
init variable before calling it to avoid Error on first run.
init variable before calling it to avoid Error on first run.
v0.1.3: Update sensor.py
updated code to fix teapot reply and more throttle control
v0.1.2
Full Changelog: v0.1.1...v0.1.2