mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 18:01:14 +00:00
3.4 KiB
3.4 KiB
Changelog
0.0.30 - 2026-02-15
- Improve relative dimming/color temperature decoding for control/stepcode payloads.
0.0.29 - 2026-02-15
- Use mired-based HA color temperature service calls for better device compatibility.
0.0.28 - 2026-02-15
- Add relative color temperature control (DPT 3.007), reorder relative dimming field in UI, and align color temperature KNX types.
0.0.27 - 2026-02-15
- Add optional relative color temperature address (DPT 3.007) for lights.
0.0.26 - 2026-02-15
- Repeat relative dimming steps until a stop telegram is received.
0.0.25 - 2026-02-15
- Tune light relative dimming step mapping to avoid on/off jumps.
0.0.24 - 2026-02-15
- Fix light color temperature event type mapping and improve relative dimming decoding.
0.0.23 - 2026-02-15
- Add optional light relative dimming address (DPT 3.007).
0.0.22 - 2026-02-15
- Fix light port key collisions and restrict outgoing updates to state addresses only.
0.0.21 - 2026-02-15
- Add full light port support with KNX color/temperature mappings and individual color channels.
0.0.20 - 2026-02-15
- Remove incoming invert toggles; keep outgoing inversion only for state addresses.
0.0.19 - 2026-02-13
- Fix port enable switches by updating config entry options properly.
- Show port switches under the main integration device instead of per-port devices.
0.0.18 - 2026-02-13
- Add port devices with enable toggles and an edit-port flow.
- Provide locale fallback translations for all Home Assistant languages.
0.0.17 - 2026-02-13
- Add edit port flow to update existing option-based ports.
- Add fallback translations for all supported Home Assistant locales.
- Add per-port enable switches and device entries for quick overview.
0.0.16 - 2026-02-13
- Normalize incoming event destinations and clamp percent payloads even without inversion.
0.0.15 - 2026-02-13
- Remove unsupported
payload_lengthfield from KNX send calls.
0.0.14 - 2026-02-13
- Improve KNX event decoding for cover commands and address the up/down mapping.
0.0.13 - 2026-02-13
- Clamp percent payloads to avoid invalid KNX DPT 5.001 values.
0.0.12 - 2026-02-13
- Fix KNX event listener setup for HA versions without async_track_event helper.
0.0.11 - 2026-02-13
- Move translations into the integration folder so UI labels render.
- Downgrade missing subentry support log to debug.
0.0.10 - 2026-02-13
- Add translations for options flow menu labels.
0.0.9 - 2026-02-13
- Add options flow fallback to add/remove ports when subentries are unavailable.
0.0.8 - 2026-02-13
- Improve subentry type detection for HA versions exposing different class names.
0.0.7 - 2026-02-13
- Avoid crashing config entries when subentries are unsupported.
0.0.6 - 2026-02-13
- Fix config flow subentry type compatibility with older Home Assistant versions.
0.0.5 - 2026-02-13
- Centralize DPT auto-selection for KNX event registration per address.
0.0.4 - 2026-02-13
- Add per-group-address invert toggles for incoming and outgoing KNX payloads.
0.0.3 - 2026-02-13
- Add switch port support with KNX command/state mapping (DPT 1).
0.0.2 - 2026-02-13
- Validate and normalize KNX group addresses in subentry config flows.
- Add options flow skeleton for future settings.
- Add
bcs.yamlmetadata for BCS store listing.
0.0.1 - 2026-02-13
- Initial HACS-ready scaffold with config flow and subentries for binary sensor and cover.
- KNX bridge logic for basic send/receive mappings.