# Changelog ## 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.yaml` metadata 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.