mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 18:01:14 +00:00
116 lines
4.2 KiB
JSON
116 lines
4.2 KiB
JSON
{
|
|
"options": {
|
|
"abort": {
|
|
"no_ports_to_remove": "There are no ports to remove yet.",
|
|
"no_ports_to_edit": "There are no ports to edit 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",
|
|
"edit_port": "Edit 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_outgoing": "Invert outgoing",
|
|
"enabled": "Enabled"
|
|
}
|
|
},
|
|
"add_switch": {
|
|
"title": "Add Switch Port",
|
|
"data": {
|
|
"entity_id": "Switch entity",
|
|
"command_address": "Command group address (DPT 1)",
|
|
"command_address_invert_outgoing": "Invert outgoing",
|
|
"state_address": "State group address (DPT 1)",
|
|
"state_address_invert_outgoing": "Invert outgoing",
|
|
"enabled": "Enabled"
|
|
}
|
|
},
|
|
"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_outgoing": "Invert outgoing",
|
|
"move_short_address": "Move short (DPT 1.007 Step)",
|
|
"move_short_address_invert_outgoing": "Invert outgoing",
|
|
"stop_address": "Stop (DPT 1)",
|
|
"stop_address_invert_outgoing": "Invert outgoing",
|
|
"position_address": "Set position (DPT 5.001)",
|
|
"position_address_invert_outgoing": "Invert outgoing",
|
|
"position_state_address": "State position (DPT 5.001)",
|
|
"position_state_address_invert_outgoing": "Invert outgoing",
|
|
"angle_address": "Set tilt (DPT 5.001)",
|
|
"angle_address_invert_outgoing": "Invert outgoing",
|
|
"angle_state_address": "State tilt (DPT 5.001)",
|
|
"angle_state_address_invert_outgoing": "Invert outgoing",
|
|
"enabled": "Enabled"
|
|
}
|
|
},
|
|
"remove_port": {
|
|
"title": "Remove Port",
|
|
"data": {
|
|
"port_id": "Port to remove"
|
|
}
|
|
},
|
|
"edit_port": {
|
|
"title": "Edit Port",
|
|
"data": {
|
|
"port_id": "Port to edit"
|
|
}
|
|
},
|
|
"edit_binary_sensor": {
|
|
"title": "Edit Binary Sensor Port",
|
|
"data": {
|
|
"entity_id": "Binary sensor entity",
|
|
"state_address": "State group address (DPT 1)",
|
|
"state_address_invert_outgoing": "Invert outgoing",
|
|
"enabled": "Enabled"
|
|
}
|
|
},
|
|
"edit_switch": {
|
|
"title": "Edit Switch Port",
|
|
"data": {
|
|
"entity_id": "Switch entity",
|
|
"command_address": "Command group address (DPT 1)",
|
|
"command_address_invert_outgoing": "Invert outgoing",
|
|
"state_address": "State group address (DPT 1)",
|
|
"state_address_invert_outgoing": "Invert outgoing",
|
|
"enabled": "Enabled"
|
|
}
|
|
},
|
|
"edit_cover": {
|
|
"title": "Edit Cover Port",
|
|
"data": {
|
|
"entity_id": "Cover entity",
|
|
"move_long_address": "Move long (DPT 1.008 Up/Down)",
|
|
"move_long_address_invert_outgoing": "Invert outgoing",
|
|
"move_short_address": "Move short (DPT 1.007 Step)",
|
|
"move_short_address_invert_outgoing": "Invert outgoing",
|
|
"stop_address": "Stop (DPT 1)",
|
|
"stop_address_invert_outgoing": "Invert outgoing",
|
|
"position_address": "Set position (DPT 5.001)",
|
|
"position_address_invert_outgoing": "Invert outgoing",
|
|
"position_state_address": "State position (DPT 5.001)",
|
|
"position_state_address_invert_outgoing": "Invert outgoing",
|
|
"angle_address": "Set tilt (DPT 5.001)",
|
|
"angle_address_invert_outgoing": "Invert outgoing",
|
|
"angle_state_address": "State tilt (DPT 5.001)",
|
|
"angle_state_address_invert_outgoing": "Invert outgoing",
|
|
"enabled": "Enabled"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|