mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 23:07:11 +01:00
10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": { "title": "Sentry", "description": "Enter your Sentry DSN" }
|
|
},
|
|
"error": { "unknown": "Unexpected error", "bad_dsn": "Invalid DSN" },
|
|
"abort": { "already_configured": "Sentry is already configured" }
|
|
}
|
|
}
|