mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"invalid_config": "Invalid configuration"
|
|
},
|
|
"error": {
|
|
"invalid_prv_key": "Invalid private key",
|
|
"unknown": "Unknown error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"vapid_email": "[%key:common::config_flow::data::email%]",
|
|
"vapid_prv_key": "VAPID private key"
|
|
},
|
|
"data_description": {
|
|
"vapid_email": "This contact address will be included in the metadata of each notification.",
|
|
"vapid_prv_key": "If not specified, one will be automatically generated."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"channel_expired": {
|
|
"message": "Notification channel for {target} has expired"
|
|
},
|
|
"connection_error": {
|
|
"message": "Sending notification to {target} failed due to a connection error"
|
|
},
|
|
"request_error": {
|
|
"message": "Sending notification to {target} failed due to a request error"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml_import_issue": {
|
|
"description": "Configuring HTML5 push notification using YAML has been deprecated. An automatic import of your existing configuration was attempted, but it failed.\n\nPlease remove the HTML5 push notification YAML configuration from your configuration.yaml file and reconfigure HTML5 push notification again manually.",
|
|
"title": "HTML5 YAML configuration import failed"
|
|
}
|
|
},
|
|
"services": {
|
|
"dismiss": {
|
|
"description": "Dismisses an HTML5 notification.",
|
|
"fields": {
|
|
"data": {
|
|
"description": "Extended information of notification. Supports tag.",
|
|
"name": "Data"
|
|
},
|
|
"target": {
|
|
"description": "An array of targets.",
|
|
"name": "Target"
|
|
}
|
|
},
|
|
"name": "Dismiss"
|
|
}
|
|
}
|
|
}
|