mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Prettify json (#68898)
This commit is contained in:
parent
ab0abdc988
commit
cb5c7dc716
@ -1,28 +1,27 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}",
|
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}",
|
||||||
"data": {
|
"data": {
|
||||||
"api_token": "[%key:common::config_flow::data::api_token%]"
|
"api_token": "[%key:common::config_flow::data::api_token%]"
|
||||||
}
|
|
||||||
},
|
|
||||||
"reauth_confirm": {
|
|
||||||
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}",
|
|
||||||
"data": {
|
|
||||||
"api_token": "[%key:common::config_flow::data::api_token%]"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"reauth_confirm": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}",
|
||||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
"data": {
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"api_token": "[%key:common::config_flow::data::api_token%]"
|
||||||
},
|
}
|
||||||
"abort": {
|
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
||||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||||
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
|
},
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
||||||
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user