mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 16:51:14 +00:00
Initial HA KNX Bridge scaffold
This commit is contained in:
13
custom_components/ha_knx_bridge/manifest.json
Normal file
13
custom_components/ha_knx_bridge/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"domain": "ha_knx_bridge",
|
||||
"name": "HA KNX Bridge",
|
||||
"version": "0.1.0",
|
||||
"config_flow": true,
|
||||
"documentation": "https://github.com/OWNER/REPO",
|
||||
"issue_tracker": "https://github.com/OWNER/REPO/issues",
|
||||
"codeowners": ["@your-github-handle"],
|
||||
"dependencies": ["knx"],
|
||||
"after_dependencies": ["knx"],
|
||||
"homeassistant": "2025.12.0",
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
Reference in New Issue
Block a user