2020-09-27 17:44:21 +00:00
{
"config" : {
"step" : {
"user" : {
2022-03-28 17:41:39 +00:00
"description" : "Please refer to the documentation to make sure all requirements are met." ,
2020-09-27 17:44:21 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
2020-10-03 13:28:42 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2020-09-27 17:44:21 +00:00
}
2021-05-14 18:12:46 +00:00
} ,
"confirm_discovery" : {
"description" : "DHCP reservation on your router is recommended. If not set up, the device may become unavailable until Home Assistant detects the new ip address. Refer to your router's user manual."
2020-09-27 17:44:21 +00:00
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-10-07 09:24:31 +00:00
"invalid_host" : "[%key:common::config_flow::error::invalid_host%]" ,
2020-10-05 16:07:11 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
2020-09-27 17:44:21 +00:00
} ,
"abort" : {
2021-05-14 18:12:46 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"invalid_host" : "[%key:common::config_flow::error::invalid_host%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
2020-09-27 17:44:21 +00:00
}
}
}