1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/ping/strings.json
Jan-Philipp Benecke 13504d5fd5
Add consider home interval to ping (#104881)
* Add consider home interval to ping

* Run ruff after rebase

* Fix buggy consider home interval
2023-12-22 14:50:58 +01:00

38 lines
1.0 KiB
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%]"
},
"data_description": {
"host": "The hostname or IP address of the device you want to ping."
}
}
},
"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": "Ping count",
"consider_home": "Consider home interval"
},
"data_description": {
"consider_home": "Seconds to wait till marking a device tracker as not home after not being seen."
}
}
},
"abort": {
"invalid_ip_address": "[%key:component::ping::config::abort::invalid_ip_address%]"
}
}
}