2021-04-25 10:10:33 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{name}" ,
2021-04-25 10:10:33 +00:00
"step" : {
"confirm" : {
2022-12-12 10:40:00 +00:00
"title" : "Set up FRITZ!Box Tools" ,
"description" : "Discovered FRITZ!Box: {name}\n\nSet up FRITZ!Box Tools to control your {name}" ,
2021-04-25 10:10:33 +00:00
"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%]"
}
2021-05-17 03:49:31 +00:00
} ,
"user" : {
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::fritz::config::step::confirm::title%]" ,
2022-12-12 10:40:00 +00:00
"description" : "Set up FRITZ!Box Tools to control your FRITZ!Box.\nMinimum needed: username, password." ,
2021-05-17 03:49:31 +00:00
"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%]"
2023-11-30 16:05:32 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of your FRITZ!Box router."
2021-05-17 03:49:31 +00:00
}
2021-04-25 10:10:33 +00:00
}
} ,
"abort" : {
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2022-04-02 19:34:12 +00:00
"ignore_ip6_link_local" : "IPv6 link local address is not supported." ,
2021-04-25 10:10:33 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
} ,
"error" : {
2021-05-14 16:46:37 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2022-03-30 08:35:30 +00:00
"upnp_not_configured" : "Missing UPnP settings on device." ,
2021-04-25 10:10:33 +00:00
"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%]"
}
2021-05-24 14:54:57 +00:00
} ,
"options" : {
2022-03-30 08:35:30 +00:00
"step" : {
"init" : {
"data" : {
"consider_home" : "Seconds to consider a device at 'home'" ,
"old_discovery" : "Enable old discovery method"
2021-05-24 14:54:57 +00:00
}
}
2022-03-30 08:35:30 +00:00
}
2023-04-03 11:35:35 +00:00
} ,
"entity" : {
"binary_sensor" : {
2023-07-11 21:57:29 +00:00
"is_connected" : {
"name" : "Connection"
} ,
"is_linked" : {
"name" : "Link"
}
2023-04-03 11:35:35 +00:00
} ,
"button" : {
2023-07-11 21:57:29 +00:00
"cleanup" : {
"name" : "Cleanup"
} ,
"firmware_update" : {
"name" : "Firmware update"
} ,
"reconnect" : {
"name" : "Reconnect"
}
2023-04-03 11:35:35 +00:00
} ,
"sensor" : {
2023-07-11 21:57:29 +00:00
"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"
} ,
2023-04-03 11:35:35 +00:00
"link_attenuation_received" : {
"name" : "Link download power attenuation"
} ,
2023-07-11 21:57:29 +00:00
"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"
}
}
} ,
"services" : {
"reconnect" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::fritz::entity::button::reconnect::name%]" ,
2023-07-11 21:57:29 +00:00
"description" : "Reconnects your FRITZ!Box internet connection." ,
"fields" : {
"device_id" : {
"name" : "Fritz!Box Device" ,
"description" : "Select the Fritz!Box to reconnect."
}
}
} ,
"reboot" : {
"name" : "Reboot" ,
"description" : "Reboots your FRITZ!Box." ,
"fields" : {
"device_id" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::fritz::services::reconnect::fields::device_id::name%]" ,
2023-07-11 21:57:29 +00:00
"description" : "Select the Fritz!Box to reboot."
}
}
} ,
"cleanup" : {
"name" : "Remove stale device tracker entities" ,
"description" : "Remove FRITZ!Box stale device_tracker entities." ,
"fields" : {
"device_id" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::fritz::services::reconnect::fields::device_id::name%]" ,
2023-07-11 21:57:29 +00:00
"description" : "Select the Fritz!Box to check."
}
}
} ,
"set_guest_wifi_password" : {
"name" : "Set guest Wi-Fi password" ,
"description" : "Sets a new password for the guest Wi-Fi. The password must be between 8 and 63 characters long. If no additional parameter is set, the password will be auto-generated with a length of 12 characters." ,
"fields" : {
"device_id" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::fritz::services::reconnect::fields::device_id::name%]" ,
"description" : "Select the Fritz!Box to configure."
2023-07-11 21:57:29 +00:00
} ,
"password" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:common::config_flow::data::password%]" ,
2023-07-11 21:57:29 +00:00
"description" : "New password for the guest Wi-Fi."
} ,
"length" : {
"name" : "Password length" ,
"description" : "Length of the new password. The password will be auto-generated, if no password is set."
}
}
2023-04-03 11:35:35 +00:00
}
2021-04-25 10:10:33 +00:00
}
}