Skip to content

v0.1.1

Choose a tag to compare

@DAB-LABS DAB-LABS released this 18 May 12:50
· 44 commits to main since this release

Fixed - 2026-05-16

  • Fix TX failure on HA 2026.5+ ("Timing object cannot be interpreted as an integer"). The upstream infrared-protocols library removed the Timing dataclass in v2.0.0, changing get_raw_timings() from list[Timing] to list[int] with signed microseconds. HAIR's ProntoCommand and RawTimingsCommand adapters now return flat signed integers, compatible with both HA 2026.4 and 2026.5+.
  • Add error logging to the send command WebSocket handler. Previously, TX errors were returned to the frontend but not logged in HA logs, making diagnosis difficult.