2020-03-11 21:15:59 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"step" : {
"user" : {
2020-05-12 17:50:44 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"port" : "[%key:common::config_flow::data::port%]"
2023-11-30 16:05:32 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of your Freebox router."
2020-05-12 17:50:44 +00:00
}
2020-04-05 15:27:16 +00:00
} ,
"link" : {
"title" : "Link Freebox router" ,
2024-09-25 13:33:23 +00:00
"description" : "Select **Submit**, then touch the right arrow on the router to register Freebox with Home Assistant.\n\n![Location of button on the router](/static/images/config_freebox.png)"
2020-04-05 15:27:16 +00:00
}
} ,
"error" : {
"register_failed" : "Failed to register, please try again" ,
2020-10-01 09:31:43 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-09-26 15:27:18 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
2020-04-05 15:27:16 +00:00
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2020-09-26 15:27:18 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
2020-05-12 17:50:44 +00:00
}
2023-07-11 21:57:29 +00:00
} ,
"services" : {
"reboot" : {
"name" : "Reboot" ,
"description" : "Reboots the Freebox."
}
2020-04-05 15:27:16 +00:00
}
2020-09-26 15:27:18 +00:00
}