mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
Add changelog and set version 0.0.1
This commit is contained in:
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 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.
|
||||
@@ -44,3 +44,8 @@ If a group address is left empty, it is ignored.
|
||||
- Optional standalone KNX connection (without requiring the HA KNX integration).
|
||||
- Additional entity types (light, switch, sensor, climate).
|
||||
- Advanced DPT mapping options and inversion settings.
|
||||
|
||||
## Versioning and Releases
|
||||
- Current version: 0.0.1
|
||||
- `CHANGELOG.md` lists versions with the newest entries at the top.
|
||||
- Release creation is manual and only done when explicitly requested.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"domain": "ha_knx_bridge",
|
||||
"name": "HA KNX Bridge",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.1",
|
||||
"config_flow": true,
|
||||
"documentation": "https://github.com/bahmcloud/HA-KNX-Bridge",
|
||||
"issue_tracker": "https://github.com/bahmcloud/HA-KNX-Bridge/issues",
|
||||
|
||||
Reference in New Issue
Block a user