Releases: FaserF/ha-foodsharing
Version 2026.4.0
Whats changed?
- fixed data fetching for new API
- New attributes & sensors
Full Changelog: 2026.3.1...2026.4.0
Version 2026.3.1 - Translation update
What's Changed
Full Changelog: 2026.3.0...2026.3.1
Version 2026.3.0 - Bug fixes
What's Changed
- Fixed login by @FaserF in #17
- Fixed pickup fetching by @FaserF in #17
- Add TOTP Login support by @FaserF in #17
- Add support for Beta API usage by @FaserF in #17
- Code Cleanup & general improvements by @FaserF in #17
- New examples & README improvements by @FaserF in #17
Full Changelog: 2026.2.0...2026.3.0
Version 2026.2.0 - Huge update
🚀 Huge new Foodsharing update
This release makes the Foodsharing integration "smart." We have implemented five major pro-level features that make your food-saving activities fully automatable directly within Home Assistant.
✨ New Features
- 🔔 Push Notification Events: Stay on top of things! The integration now fires native Home Assistant events (
foodsharing_new_messageandfoodsharing_new_bell) as soon as new messages or bell notifications arrive on foodsharing.de. - 🏢 Fairteiler Wall Scanner: Never miss "fresh drops" again. When someone posts to the wall of a Fairteiler in your area, a
foodsharing_fairteiler_postevent is triggered. - 🎯 Smart Alarms (Keyword Filter): Configure search terms (e.g., "fruit," "bread") directly in the integration options. If a matching basket appears, a special event (
foodsharing_keyword_match) is triggered. - 📦 Manage Own Baskets: You can now see your own active food baskets in Home Assistant and close them via a button click directly once they have been handed over.
- 📋 Automation Blueprints: We include 3 ready-to-use templates so you can get started right away:
- Smart Alarm: Notify me on keyword matches.
- Pickup Reminder: Alert 1 hour before pickup ends.
- Fairteiler Update: Info on new wall posts.
🛠️ Improvements & Refactoring
- 🗺️ Interactive Map Setup: During installation, you can now conveniently select your location via a pin on a map (no more manual typing of coordinates).
- 🔐 Login Validation: Credentials are now checked in real-time during setup.
- 📍 Native Map Entities: Baskets and Fairteiler are now displayed as
geo_locationentities directly on the Home Assistant map. - 📅 Calendar Integration: All your verified pickups automatically appear in the new Foodsharing calendar.
- 📊 New Sensors: Separate sensors for the number of unread messages and bell notifications.
- 🏗️ Architecture Upgrade: Switched to
DataUpdateCoordinatorfor more efficient API requests and improved stability.
⚙️ Technical Changes
- Migration to Schema v3: Existing installations are automatically migrated to the new configuration format.
- Diagnostics: Support for the Home Assistant Diagnostics tool (redacts sensitive data like passwords).
- Internationalization: Support for German and English.
- Type Safety: 100%
mypy --strictcompliance for stable code. - Test Suite: Comprehensive automated tests for all platforms and API interactions.
⚠️ Update Note
After updating to version 2026.2.0, your existing configuration will be migrated automatically. You can then adjust your filter keywords and search radius via the "Configure" button.
What's Changed
- Update github/codeql-action action to v4 by @renovate[bot] in #14
- Update actions/checkout action to v5 by @renovate[bot] in #13
- Update actions/checkout action to v6 by @renovate[bot] in #15
- Many new features & UX improvements by @FaserF in #16
Full Changelog: 2025.01.2...2026.2.0
Version 2025.01.2
What's Changed
Full Changelog: 2025.01.1...2025.01.2
Version 2025.01.1
What's Changed
Full Changelog: 2025.01.0...2025.01.1
Version 2025.01.0
Version 2024.08.2
What's Changed
- Update actions/checkout action to v4 by @renovate in #12
- Bump version to make this integration an official HACS integration
Full Changelog: 2024.08.1...2024.08.2
2024.08.1
WARNING: BREAKING CHANGES - needs reconfiguring your current entries in HA!
What's Changed
- Stop using async_forward_entry_setup by @FaserF in 47b8959
- improve code, fetching and debugging by @FaserF in ca45cd8
- replace deprecated HomeAssistantType by @FaserF in 4d46790
- allow changing settings after setup by @FaserF in 4b4a3d7
- fix Options flow always displaying default data by @FaserF in 4734efc
Full Changelog: 2024.03.0...2024.08.1
Version 2024.03.0 - fixed picture fetching
What's Changed
- Fixed picture fetching by @FaserF in e7870ac
- Configure Renovate by @renovate in #7
- Update actions/checkout action to v3 by @renovate in #8
- Update actions/checkout action to v4 by @renovate in #10
- Update github/codeql-action action to v3 by @renovate in #11
Full Changelog: 2022.10.0...2024.03.0