Skip to content

Version 2026.2.0 - Huge update

Choose a tag to compare

@FaserF FaserF released this 23 Feb 13:20

πŸš€ 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_message and foodsharing_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_post event 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_location entities 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 DataUpdateCoordinator for 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 --strict compliance 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