91 lines
3.6 KiB
JSON
91 lines
3.6 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"confirm": {
|
|
"title": "Set up FRITZ!Box Tools",
|
|
"description": "Discovered FRITZ!Box: {name}\n\nSet up FRITZ!Box Tools to control your {name}",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "Updating FRITZ!Box Tools - credentials",
|
|
"description": "Update FRITZ!Box Tools credentials for: {host}.\n\nFRITZ!Box Tools is unable to log in to your FRITZ!Box.",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"title": "Set up FRITZ!Box Tools",
|
|
"description": "Set up FRITZ!Box Tools to control your FRITZ!Box.\nMinimum needed: username, password.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"ignore_ip6_link_local": "IPv6 link local address is not supported.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"upnp_not_configured": "Missing UPnP settings on device.",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"consider_home": "Seconds to consider a device at 'home'",
|
|
"old_discovery": "Enable old discovery method"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"is_connected": { "name": "Connection" },
|
|
"is_linked": { "name": "Link" }
|
|
},
|
|
"button": {
|
|
"cleanup": { "name": "Cleanup" },
|
|
"firmware_update": { "name": "Firmware update" },
|
|
"reboot": {
|
|
"name": "[%key:component::button::entity_component::restart::name%]"
|
|
},
|
|
"reconnect": { "name": "Reconnect" }
|
|
},
|
|
"sensor": {
|
|
"connection_uptime": { "name": "Connection uptime" },
|
|
"device_uptime": { "name": "Last restart" },
|
|
"external_ip": { "name": "External IP" },
|
|
"external_ipv6": { "name": "External IPv6" },
|
|
"gb_received": { "name": "GB received" },
|
|
"gb_sent": { "name": "GB sent" },
|
|
"kb_s_received": { "name": "Download throughput" },
|
|
"kb_s_sent": { "name": "Upload throughput" },
|
|
"link_attenuation_received": {
|
|
"name": "Link download power attenuation"
|
|
},
|
|
"link_attenuation_sent": { "name": "Link upload power attenuation" },
|
|
"link_kb_s_received": { "name": "Link download throughput" },
|
|
"link_kb_s_sent": { "name": "Link upload throughput" },
|
|
"link_noise_margin_received": { "name": "Link download noise margin" },
|
|
"link_noise_margin_sent": { "name": "Link upload noise margin" },
|
|
"max_kb_s_received": { "name": "Max connection download throughput" },
|
|
"max_kb_s_sent": { "name": "Max connection upload throughput" }
|
|
}
|
|
}
|
|
}
|