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:
46
custom_components/ha_knx_bridge/strings.json
Normal file
46
custom_components/ha_knx_bridge/strings.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"knx_not_configured": "Set up the Home Assistant KNX integration first."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "HA KNX Bridge",
|
||||
"description": "Select the Home Assistant KNX integration entry to use.",
|
||||
"data": {
|
||||
"knx_entry_id": "KNX integration"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"config_subentries": {
|
||||
"binary_sensor": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Binary Sensor Port",
|
||||
"data": {
|
||||
"entity_id": "Binary sensor entity",
|
||||
"state_address": "State group address (DPT 1)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cover": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Cover Port",
|
||||
"data": {
|
||||
"entity_id": "Cover entity",
|
||||
"move_long_address": "Move long (DPT 1.008 Up/Down)",
|
||||
"move_short_address": "Move short (DPT 1.007 Step)",
|
||||
"stop_address": "Stop (DPT 1)",
|
||||
"position_address": "Set position (DPT 5.001)",
|
||||
"position_state_address": "State position (DPT 5.001)",
|
||||
"angle_address": "Set tilt (DPT 5.001)",
|
||||
"angle_state_address": "State tilt (DPT 5.001)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user