v2.2.0
Summary
Entity IDs now include your address prefix. For example:
sensor.mixed_waste_collection_date → sensor.bir_strandgaten_1_mixed_waste_collection_date
You may need to update dashboards, automations, and scripts after upgrade!
What's New
- Address search in setup — No more copying URLs from bir.no. Search and select your address directly in Home Assistant.
- Norwegian (Bokmål) translations — Full Norwegian language support.
- Proper date sensors — Collection dates now use Home Assistant's native date format.
Improvements
- More reliable API communication with timeout handling
- Consistent date/time processing
- Options flow to change address after setup
Changes
- fix: remove duplicate return statement in init.py by @SanderBlom in #20
- fix: add 30-second timeout to API requests by @SanderBlom in #21
- fix: use consistent datetime reference in pickup data processing by @SanderBlom in #22
- fix: add SensorDeviceClass.DATE to date sensor by @SanderBlom in #24
- fix: use consistent datetime reference in pickup data processing by @SanderBlom in #23
- fix: add SensorDeviceClass.DATE to date sensor by @SanderBlom in #25
- fix: sync translation files by @SanderBlom in #26
- fix: sync translation files by @SanderBlom in #27
- fix: remove unused constants from const.py by @SanderBlom in #29
- feat: add Norwegian (Bokmål) translation by @SanderBlom in #30
- fix: extract magic numbers to constants by @SanderBlom in #28
- feat: add address search to config flow by @SanderBlom in #31
- feat: Address search config flow for options flow by @SanderBlom in #32
Full Changelog: v2.1.1...v2.2.0