mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
156 lines
5.9 KiB
JSON
156 lines
5.9 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": {
|
|
"abort": {
|
|
"no_ports_to_remove": "There are no ports to remove yet."
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"title": "HA KNX Bridge Options",
|
|
"description": "Manage ports when subentries are unavailable.",
|
|
"menu_options": {
|
|
"add_binary_sensor": "Add binary sensor port",
|
|
"add_switch": "Add switch port",
|
|
"add_cover": "Add cover port",
|
|
"remove_port": "Remove port"
|
|
}
|
|
},
|
|
"add_binary_sensor": {
|
|
"title": "Add Binary Sensor Port",
|
|
"data": {
|
|
"entity_id": "Binary sensor entity",
|
|
"state_address": "State group address (DPT 1)",
|
|
"state_address_invert_incoming": "Invert incoming",
|
|
"state_address_invert_outgoing": "Invert outgoing"
|
|
}
|
|
},
|
|
"add_switch": {
|
|
"title": "Add Switch Port",
|
|
"data": {
|
|
"entity_id": "Switch entity",
|
|
"command_address": "Command group address (DPT 1)",
|
|
"command_address_invert_incoming": "Invert incoming",
|
|
"command_address_invert_outgoing": "Invert outgoing",
|
|
"state_address": "State group address (DPT 1)",
|
|
"state_address_invert_incoming": "Invert incoming",
|
|
"state_address_invert_outgoing": "Invert outgoing"
|
|
}
|
|
},
|
|
"add_cover": {
|
|
"title": "Add Cover Port",
|
|
"data": {
|
|
"entity_id": "Cover entity",
|
|
"move_long_address": "Move long (DPT 1.008 Up/Down)",
|
|
"move_long_address_invert_incoming": "Invert incoming",
|
|
"move_long_address_invert_outgoing": "Invert outgoing",
|
|
"move_short_address": "Move short (DPT 1.007 Step)",
|
|
"move_short_address_invert_incoming": "Invert incoming",
|
|
"move_short_address_invert_outgoing": "Invert outgoing",
|
|
"stop_address": "Stop (DPT 1)",
|
|
"stop_address_invert_incoming": "Invert incoming",
|
|
"stop_address_invert_outgoing": "Invert outgoing",
|
|
"position_address": "Set position (DPT 5.001)",
|
|
"position_address_invert_incoming": "Invert incoming",
|
|
"position_address_invert_outgoing": "Invert outgoing",
|
|
"position_state_address": "State position (DPT 5.001)",
|
|
"position_state_address_invert_incoming": "Invert incoming",
|
|
"position_state_address_invert_outgoing": "Invert outgoing",
|
|
"angle_address": "Set tilt (DPT 5.001)",
|
|
"angle_address_invert_incoming": "Invert incoming",
|
|
"angle_address_invert_outgoing": "Invert outgoing",
|
|
"angle_state_address": "State tilt (DPT 5.001)",
|
|
"angle_state_address_invert_incoming": "Invert incoming",
|
|
"angle_state_address_invert_outgoing": "Invert outgoing"
|
|
}
|
|
},
|
|
"remove_port": {
|
|
"title": "Remove Port",
|
|
"data": {
|
|
"port_id": "Port to remove"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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)",
|
|
"state_address_invert_incoming": "Invert incoming",
|
|
"state_address_invert_outgoing": "Invert outgoing"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Switch Port",
|
|
"data": {
|
|
"entity_id": "Switch entity",
|
|
"command_address": "Command group address (DPT 1)",
|
|
"command_address_invert_incoming": "Invert incoming",
|
|
"command_address_invert_outgoing": "Invert outgoing",
|
|
"state_address": "State group address (DPT 1)",
|
|
"state_address_invert_incoming": "Invert incoming",
|
|
"state_address_invert_outgoing": "Invert outgoing"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cover": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Cover Port",
|
|
"data": {
|
|
"entity_id": "Cover entity",
|
|
"move_long_address": "Move long (DPT 1.008 Up/Down)",
|
|
"move_long_address_invert_incoming": "Invert incoming",
|
|
"move_long_address_invert_outgoing": "Invert outgoing",
|
|
"move_short_address": "Move short (DPT 1.007 Step)",
|
|
"move_short_address_invert_incoming": "Invert incoming",
|
|
"move_short_address_invert_outgoing": "Invert outgoing",
|
|
"stop_address": "Stop (DPT 1)",
|
|
"stop_address_invert_incoming": "Invert incoming",
|
|
"stop_address_invert_outgoing": "Invert outgoing",
|
|
"position_address": "Set position (DPT 5.001)",
|
|
"position_address_invert_incoming": "Invert incoming",
|
|
"position_address_invert_outgoing": "Invert outgoing",
|
|
"position_state_address": "State position (DPT 5.001)",
|
|
"position_state_address_invert_incoming": "Invert incoming",
|
|
"position_state_address_invert_outgoing": "Invert outgoing",
|
|
"angle_address": "Set tilt (DPT 5.001)",
|
|
"angle_address_invert_incoming": "Invert incoming",
|
|
"angle_address_invert_outgoing": "Invert outgoing",
|
|
"angle_state_address": "State tilt (DPT 5.001)",
|
|
"angle_state_address_invert_incoming": "Invert incoming",
|
|
"angle_state_address_invert_outgoing": "Invert outgoing"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|