mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"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_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
|
"invalid_user_key": "Invalid user key"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"user_key": "User key"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"cancel": {
|
|
"description": "Cancels one or more Pushover emergency notifications (priority 2) that were previously sent through the targeted Pushover account.",
|
|
"fields": {
|
|
"entry_id": {
|
|
"description": "The Pushover account to cancel notifications for.",
|
|
"name": "Pushover account"
|
|
},
|
|
"tag": {
|
|
"description": "Tag assigned to the message via the 'data.tags' field when sending. Omit to cancel all tracked emergency notifications for this account.",
|
|
"name": "Tag"
|
|
}
|
|
},
|
|
"name": "Cancel emergency notification"
|
|
}
|
|
}
|
|
}
|