1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/ios/strings.json
Paulus Schoutsen 3824582e68
Add config entry to iOS (#16580)
* Add config entry to iOS

* Add translation
2018-09-12 20:17:52 +02:00

15 lines
345 B
JSON

{
"config": {
"title": "Home Assistant iOS",
"step": {
"confirm": {
"title": "Home Assistant iOS",
"description": "Do you want to set up the Home Assistant iOS component?"
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of Home Assistant iOS is necessary."
}
}
}