core/homeassistant/components/ping/strings.json

32 lines
802 B
JSON
Raw Normal View History

{
2023-11-17 19:30:30 +00:00
"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%]"
}
}
}