32 lines
802 B
JSON
32 lines
802 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Add Ping",
|
|
"description": "Ping allows you to check the availability of a host.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"count": "Ping count"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"invalid_ip_address": "Invalid IP address."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"count": "[%key:component::ping::config::step::user::data::count%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"invalid_ip_address": "[%key:component::ping::config::abort::invalid_ip_address%]"
|
|
}
|
|
}
|
|
}
|