mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"knx_not_configured": "Set up the Home Assistant KNX integration first."
|
|
},
|
|
"error": {
|
|
"invalid_ga": "Invalid KNX group address. Use X/Y/Z (0-31/0-7/0-255) or X/Y (0-31/0-2047)."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "HA KNX Bridge",
|
|
"description": "Select the Home Assistant KNX integration entry to use.",
|
|
"data": {
|
|
"knx_entry_id": "KNX integration"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "HA KNX Bridge Options",
|
|
"description": "No options available yet."
|
|
}
|
|
}
|
|
},
|
|
"config_subentries": {
|
|
"error": {
|
|
"invalid_ga": "Invalid KNX group address. Use X/Y/Z (0-31/0-7/0-255) or X/Y (0-31/0-2047)."
|
|
},
|
|
"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)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|