core/homeassistant/components/ambient_station/strings.json

16 lines
391 B
JSON

{
"config": {
"step": {
"user": {
"title": "Fill in your information",
"data": { "api_key": "API Key", "app_key": "Application Key" }
}
},
"error": {
"invalid_key": "Invalid API Key and/or Application Key",
"no_devices": "No devices found in account"
},
"abort": { "already_configured": "This app key is already in use." }
}
}