core/homeassistant/components/local_ip/translations/en.json

17 lines
445 B
JSON
Raw Normal View History

2020-01-01 00:32:22 +00:00
{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
2020-01-01 00:32:22 +00:00
},
"step": {
"user": {
"data": {
"name": "Sensor Name"
},
2020-11-21 00:08:32 +00:00
"description": "Do you want to start set up?",
2020-01-01 00:32:22 +00:00
"title": "Local IP Address"
}
2020-04-15 16:51:07 +00:00
}
},
"title": "Local IP Address"
2020-01-01 00:32:22 +00:00
}