Skip to content

Releases: hrabbach/schellenberg_usb

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:23
a496af3

What's Changed

  • Phase 5: Code Review & Quality Gate (v1.3.3) by @hrabbach in #10

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:41
ba79ef8

What's Changed

  • Migrate to pyserial-asyncio-fast (HA 2026.7 deprecation) — v1.3.2 by @hrabbach in #9

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:46
b1fb26c

What's Changed

  • docs: project documentation + README v1.3.0 update by @hrabbach in #7
  • fix: timed calibration lost on reconfigure reload (v1.3.1) by @hrabbach in #8

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:07
4138bdd

What's Changed

  • Phase 4: Timed Calibration (v1.3.0) by @hrabbach in #6

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 13:39
76547fe

What's Changed

  • Phase 3: Timed Motor Control (v1.2.0) by @hrabbach in #5

Full Changelog: v1.1.2...v1.2.0

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 22:50
7870849

What's Changed

  • fix(config-flow): make pairing menu actually render (v1.1.2) by @hrabbach in #4

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 22:10
b96116a

What's Changed

  • fix(config-flow): make manual-add pairing menu reachable (v1.1.1) by @hrabbach in #3

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:07
c28e96a

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0 — Signal Filter & Hub Options

Choose a tag to compare

@hrabbach hrabbach released this 25 Jun 16:38
c7161b7

First release of the hrabbach fork of schellenberg_usb.

Phase 1: Signal Filter & Hub Options

Adds an "Ignore unknown signals" toggle to the hub options. When enabled, log lines from devices not known to the integration (e.g. a handheld remote) are demoted from WARNING to DEBUG — keeping logs clean. When off (the default), behavior is unchanged.

  • Stored in entry.options, live-applied with no reload (the serial connection is not dropped).
  • Never blocks the pairing/device-add path.
  • Localized in en/de/es/fr.

Requirements: SIG-01, SIG-02. Verified: 4/4 automated must-haves, full suite (146 tests) green, security threats_open: 0.

⚠️ The end-to-end hardware behavior (real handheld-remote quieting + no serial reconnect on a physical Funk-Stick) is validated after install — it can't run against the mocked test harness.

Fork of GimpArm/schellenberg_usb.