25 lines
859 B
JSON
25 lines
859 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Service is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_api_key": "Invalid API key"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"name": "Name"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml": {
|
|
"description": "Configuring Pushbullet using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the Pushbullet YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
|
|
"title": "The Pushbullet YAML configuration is being removed"
|
|
}
|
|
}
|
|
} |