Skip to content

Releases: FaserF/ha-db_infoscreen

Release 2026.6.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:26

db-infoscreen 2026.6.1 Stable

Warning

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

Affected areas: ⚙️ Core (9 files · 19%) · 🗣️ Translations (2 files · 4%) · 🧪 Tests (14 files · 30%) · 🚀 CI/CD (15 files · 32%) · 📖 Docs (2 files · 4%)

📋 What's Changed

✨ New Features

  • Autodiscovery for HA App (addon) (95786a2)

🐛 Bug Fixes

  • Hacs release zip file & improved release workflow (bbf1389)
  • CI linter fixes (33915df, 9bb3251)
  • Persistent integration ha issue notticiations (c694217)
  • Hacs download count of integration (f178c9c)

🎨 UI / Translations

  • Run black, ruff format, and ruff lint auto-fixes (dec37a5)
  • Implement configurable Cache TTL in config flow, translation files, and coordinator (b54906f)

📚 Documentation

  • Document new calendar options and message/facility attributes (df6d402)

🧪 Tests

  • Fix live test (3fb58ff)
  • Expand live integration tests with comprehensive coverage and session patching (ceb4e78)
  • Implement extended calendar options including configurable duration, walk_time buffer, deep links, and filters with tests (f9d7f12)
  • Implement persistent station cache using Home Assistant Store with tests (218dc35)

🔄 CI / CD

  • Ci live test fix (7a8e5c4)
  • Release workflow improvements - part 3 (9b45c1d)
  • Release workflow improvements - part 2 (dc05448)
  • Release workflow improvements (1c5e48b)
  • Improved release workflow (b2abbc3, c427181)
  • CI fix (3e093e7)
  • Hassfest CI fix (883bede)
  • Ruff linter fix (351a161)
  • Fix CI pytests (02baf92)
  • CI linter fix (7e2f9a5)
  • Add unit tests for station_messages and defective_facilities attributes (66abce5)
  • Refactor async_timeout to asyncio.timeout, log json exceptions in utils.py, and support Windows test execution in conftest.py (50b336b)

🔧 Maintenance

  • Add contributor thanks attribution to changelog builder (e425f80)
  • Add fetch --tags to release workflow dev-bump step (12ed096)
  • Improve release workflow robustness and add dynamic downloads badge (5a29cdb)
  • Remove zip files from repo root (5036c66)
  • Fix pull rebase workflow bug (cd22aee, 8cfbe97)
  • Fix ruff linting errors (ba46c29)
  • Add PYTHONPATH to pytest call in CI (efdff59)
  • Allow custom yaml tags in validator (d00fe08)
  • Remove bump_level choice from CalVer release config (fb5bef0)
  • Use force push for git-auto-commit in CI orchestrator (a76e86e)
  • Improve release retry logic and fix null head_commit triggers (bdc0575)
  • Restrict release trigger and fix syntax error in version manager (136d8be)
  • Remove workflow pip caching (584a370)
  • Fix release variables and add workflow concurrency (d754efd)
  • Update release triggers (3589b97)
Show 3 more changes…
  • Fix exception handling in version manager and add beautifulsoup4 to CI dependencies (7800b30)
  • Add pytest-homeassistant-custom-component to ci dependencies (00bc9a6)
  • Unify workflows, scripts, and issue configs (7900700)

📦 Other Changes

  • Bump dev release after version release (d801026)
  • Update GitHub Artifact Actions (12401ca)
  • Delegate CPU-bound BeautifulSoup parsing and station matching to executor threads (41e74b7)
  • Update actions/checkout action to v7 (#162) (02e34df)
  • Update softprops/action-gh-release action to v3 (#161) (8d8dfe5)

47 significant changes from 62 total commits since v2026.6.0.

📊 Release Details

Version 2026.6.1
Channel stable
Released 2026-06-21 17:26 UTC
Commits included 62 — since last stable release (v2026.6.0)
Downloads (this release) Downloads
Downloads (total) Downloads

📖 Documentation · 🐛 Report an Issue · 📦 All Releases

Release 2026.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:58

DB-Infoscreen 2026.6.0 Stable

Note

Release Risk: Standard
This release introduces minor updates.

Affected areas: ⚙️ Core (5 files · 24%) · 🗣️ Translations (2 files · 10%) · 🧪 Tests (4 files · 19%) · 🚀 CI/CD (5 files · 24%) · 📖 Docs (3 files · 14%)

📋 What's Changed

Click to expand full changelog

✨ New Features

  • Check server reachability on setuip (d14f070)

🐛 Bug Fixes

  • Finalrewind autofill/data fetching (d09b970)
  • Small fixes (3acf908)
  • Fix station data fetching for stations with dot #157 (4d984b1)

♻️ Code Improvements

🔄 CI / CD

🔧 Maintenance

  • Migrate config .github/renovate.json (e641c63)
  • Update dependency python to 3.14 (7a57076)
  • Update dependency beautifulsoup4 to v4.15.0 (#151) (88537bc)
  • Update dependency eslint to v10.4.1 (#149) (c8f6f7c)

📦 Other Changes

  • Small improvements (019d741)
  • Update GitHub Artifact Actions (5165a38)
  • Update typescript-eslint monorepo to v8.61.1 (#156) (9816a37)
  • Update eslint monorepo to v10.5.0 (#155) (1730172)
  • Address review comments (b0761f7)
  • Throttle API fetches on 429 and handle cached data (319acf4)
  • Update typescript-eslint monorepo to v8.61.0 (#152) (d8e40cc)
  • Update typescript-eslint monorepo to v8.60.1 (#150) (7436ef7)

18 significant changes from 24 total commits since v2026.5.2.

🛠️ Installation

Via HACS (Home Assistant Community Store)

  1. Search for db-infoscreen in the HACS integrations panel.
  2. Choose Download.
  3. Restart Home Assistant.

Manual Installation

  1. Download db_infoscreen.zip from the assets below.
  2. Extract the archive into your Home Assistant custom integration directory (usually config/custom_components/).
  3. Restart Home Assistant.

📊 Release Details

Version 2026.6.0
Channel stable
Released 2026-06-17 14:57 UTC
Commits included 24 — since last stable release (v2026.5.2)

📖 Documentation · 🐛 Report an Issue · 📦 All Releases


🔄 Release Progress: Version determined. Syncing repository files...

Release 2026.5.2

Choose a tag to compare

@github-actions github-actions released this 26 May 06:43

Changelog

✨ Features

  • feat: add missing preferred departure option #143 (c807652)

🐛 Bug Fixes

📦 Dependencies

  • Update typescript-eslint monorepo to v8.60.0 (dcb92fe)
  • Update dependency eslint to v10.4.0 (58f9813)
  • Update typescript-eslint monorepo to v8.59.3 (#142) (7e789b3)

Release 2026.5.1

Choose a tag to compare

@github-actions github-actions released this 11 May 08:09

Changelog

✨ Features

  • add missing translation (5e7731b)
  • feat: new attribute to show pause update fetching #140 (bbf2896)
  • feat: use sensor ID for fetching pause (03191f1)

🐛 Bug Fixes

  • fixed options flow crash (e7c2451)

🚀 Other

Release 2026.5.0

Choose a tag to compare

@github-actions github-actions released this 10 May 08:22

Changelog

✨ Features

  • feat: refresh data only in specific times #140 (90bc419)

🐛 Bug Fixes

📦 Dependencies

  • Update typescript-eslint monorepo to v8.59.2 (#139) (3279694)
  • Update dependency eslint to v10.3.0 (#138) (7dc2256)
  • Update typescript-eslint monorepo to v8.59.1 (#137) (54eb091)

🚀 Other

  • disable data fetching: Load data on init setup (fcfac03)
  • small improvements for punctionality sensor #131 (af2e6bf)

2026.4.4

Choose a tag to compare

@github-actions github-actions released this 22 Apr 14:01

Changelog

🐛 Bug Fixes

  • fixed sensor attribute fetching for AVV #131 (f8275e2)

📦 Dependencies

  • Update typescript-eslint monorepo to v8.59.0 (7bdfdf3)
  • Update dependency eslint to v10.2.1 (4e5f7c8)

🚀 Other

2026.4.3

Choose a tag to compare

@github-actions github-actions released this 17 Apr 09:34

Changelog

🐛 Bug Fixes

📦 Dependencies

  • Update dependency typescript to v6.0.3 (#132) (b6cc927)

2026.4.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 15:23

Changelog

🐛 Bug Fixes

  • fix Station Punctuality oscillates #131 (5061e9b)
  • fix leave now alarm for cancelled departures #130 (514208a)

📦 Dependencies

  • Update test_docs_links.py (7eaf12f)
  • Update actions/upload-pages-artifact action to v5 (#129) (0a73932)
  • Update typescript-eslint monorepo to v8.58.2 (#128) (183c0ff)
  • Update softprops/action-gh-release action to v3 (#127) (9c38b7a)

🚀 Other

  • improved docs (f380947)
  • Improved Duplicates removal #116 (b4f0535)
  • display next train as sensor state if cancelled (89b4ec9)
  • general fixes & improvements (903ce1b)
  • refresh local data every 30 sec (80f9588)

2026.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 19:17

Changelog

✨ Features

  • feat: Station search for HAFAS & EFA (30405d3)

🐛 Bug Fixes

  • fixes for new config flow (f90bd4c)

🚀 Other

2026.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 07:20

Changelog

🐛 Bug Fixes

  • fix changing via station name after config (e35c87b)

🚀 Other

🔧 Maintenance & CI

  • chore(deps): update typescript-eslint monorepo to v8.58.1 (3b7302b)
  • CI fix (e00914a)
  • chore(deps): update dependency eslint to v10.2.0 (cee85e0)
  • chore(deps): update dependency typescript to v6 (#120) (f8f5f1e)
  • chore(deps): update actions/deploy-pages action to v5 (#119) (82d82dc)
  • chore(deps): update actions/configure-pages action to v6 (#118) (95c6b2d)
  • chore(deps): update typescript-eslint monorepo to v8.58.0 (#117) (41c6b3e)
  • chore(deps): update typescript-eslint monorepo to v8.57.2 (#115) (f6733a1)