Skip to content

Releases: FaserF/ha-foodsharing

Release 2026.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 16:45

Foodsharing 2026.6.0 Stable

Warning

Release Risk: High
This release contains significant changes to core features. Please verify integration behavior after updating.

Affected areas: ⚙️ Core (10 files · 31%) · 🧪 Tests (6 files · 19%) · 🚀 CI/CD (12 files · 38%)

📋 What's Changed

🐛 Bug Fixes

  • Hacs release zip file & improved release workflow (6274601)
  • Hacs download count of integration (035f0bf)
  • Linter fixes (50118c3)

🔄 CI / CD

🔧 Maintenance

  • Remove zip files from repo root (33477eb)
  • Fix pull rebase workflow bug (454296a, f67f2ca, bafdb02)
  • Fix ruff linting errors (dc7c6ba)
  • Add PYTHONPATH to pytest call in CI [bump-version] (6ca3efa)
  • Allow custom yaml tags in validator [bump-version] (768e1d6)
  • Remove bump_level choice from CalVer release config [bump-version] (06cd247)
  • Use force push for git-auto-commit in CI orchestrator [bump-version] (7f569a8)
  • Improve release retry logic and fix null head_commit triggers [bump-version] (5af0c30)
  • Restrict release trigger and fix syntax error in version manager [bump-version] (e902124)
  • Remove workflow pip caching [bump-version] (3e60df0)
  • Fix release variables and add workflow concurrency [bump-version] (278b679)
  • Trigger auto release [bump-version] (8ed49aa)
  • Fix exception handling in version manager and add beautifulsoup4 to CI dependencies (55e2acf)
  • Add pytest-homeassistant-custom-component to ci dependencies (d7f28ce)
  • Fix mypy type definitions and update config (d98de3d)
Show 1 more changes…
  • Unify workflows, scripts, and configs (45dc1d2)

📦 Other Changes

  • Bump ruff py version to 314 (8e12f74)
  • Update actions/checkout action to v7 (f0ae97a)
  • Create ai-context.md (8b0c0ad)

24 significant changes from 37 total commits since 2026.4.0.

📊 Release Details

Version 2026.6.0
Channel stable
Released 2026-06-21 16:44 UTC
Commits included 37 — since last stable release (2026.4.0)

📖 Documentation · 🐛 Report an Issue · 📦 All Releases

Version 2026.4.0

Choose a tag to compare

@FaserF FaserF released this 16 Apr 17:03

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

Choose a tag to compare

@FaserF FaserF released this 14 Mar 15:58

What's Changed

  • Update actions/labeler action to v6 by @renovate[bot] in #18
  • Add missing translations by @FaserF

Full Changelog: 2026.3.0...2026.3.1

Version 2026.3.0 - Bug fixes

Choose a tag to compare

@FaserF FaserF released this 10 Mar 17:57
89aaa14

What's Changed

Full Changelog: 2026.2.0...2026.3.0

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

Version 2025.01.2

Choose a tag to compare

@FaserF FaserF released this 25 Jan 16:21

What's Changed

Full Changelog: 2025.01.1...2025.01.2

Version 2025.01.1

Choose a tag to compare

@FaserF FaserF released this 16 Jan 10:52

What's Changed

Full Changelog: 2025.01.0...2025.01.1

Version 2025.01.0

Choose a tag to compare

@FaserF FaserF released this 15 Jan 07:41

What's Changed

  • fix integration not working due to latest foodsharing api changes by @FaserF
  • Skip location fetching if no lat/long exists by @FaserF in 1b3bb28
  • Handle foodsharing list vs dict by @FaserF in c6ea414

Full Changelog: 2024.08.2...2025.01.0

Version 2024.08.2

Choose a tag to compare

@FaserF FaserF released this 30 Aug 13:09

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

Choose a tag to compare

@FaserF FaserF released this 26 Aug 10:55

WARNING: BREAKING CHANGES - needs reconfiguring your current entries in HA!

What's Changed

Full Changelog: 2024.03.0...2024.08.1