2021-11-20 10:30:41 +00:00
{
2021-11-21 00:13:51 +00:00
"config" : {
"abort" : {
"already_configured" : "Service is already configured" ,
"single_instance_allowed" : "Already configured. Only a single configuration possible."
} ,
"error" : {
"cannot_connect" : "Failed to connect"
} ,
"step" : {
"manual_tunnel" : {
"data" : {
"host" : "Host" ,
"individual_address" : "Individual address for the connection" ,
2021-12-30 00:13:58 +00:00
"local_ip" : "Local IP of Home Assistant (leave empty for automatic detection)" ,
2022-01-27 00:14:02 +00:00
"port" : "Port" ,
"route_back" : "Route Back / NAT Mode" ,
"tunneling_type" : "KNX Tunneling Type"
2021-11-21 00:13:51 +00:00
} ,
"description" : "Please enter the connection information of your tunneling device."
} ,
"routing" : {
"data" : {
"individual_address" : "Individual address for the routing connection" ,
2021-12-30 00:13:58 +00:00
"local_ip" : "Local IP of Home Assistant (leave empty for automatic detection)" ,
2021-11-21 00:13:51 +00:00
"multicast_group" : "The multicast group used for routing" ,
2021-12-16 00:13:36 +00:00
"multicast_port" : "The multicast port used for routing"
2021-11-21 00:13:51 +00:00
} ,
"description" : "Please configure the routing options."
} ,
"tunnel" : {
"data" : {
"gateway" : "KNX Tunnel Connection"
} ,
"description" : "Please select a gateway from the list."
} ,
"type" : {
"data" : {
"connection_type" : "KNX Connection Type"
} ,
"description" : "Please enter the connection type we should use for your KNX connection. \n AUTOMATIC - The integration takes care of the connectivity to your KNX Bus by performing a gateway scan. \n TUNNELING - The integration will connect to your KNX bus via tunneling. \n ROUTING - The integration will connect to your KNX bus via routing."
}
2021-11-20 10:30:41 +00:00
}
} ,
2021-11-21 00:13:51 +00:00
"options" : {
"step" : {
"init" : {
"data" : {
"connection_type" : "KNX Connection Type" ,
"individual_address" : "Default individual address" ,
2021-12-30 00:13:58 +00:00
"local_ip" : "Local IP of Home Assistant (use 0.0.0.0 for automatic detection)" ,
2021-11-21 00:13:51 +00:00
"multicast_group" : "Multicast group used for routing and discovery" ,
"multicast_port" : "Multicast port used for routing and discovery" ,
"rate_limit" : "Maximum outgoing telegrams per second" ,
"state_updater" : "Globally enable reading states from the KNX Bus"
}
} ,
"tunnel" : {
"data" : {
"host" : "Host" ,
2021-12-31 00:14:15 +00:00
"local_ip" : "Local IP (leave empty if unsure)" ,
2022-01-27 00:14:02 +00:00
"port" : "Port" ,
"route_back" : "Route Back / NAT Mode" ,
"tunneling_type" : "KNX Tunneling Type"
2021-11-21 00:13:51 +00:00
}
}
2021-11-20 10:30:41 +00:00
}
}
2021-11-21 00:13:51 +00:00
}