mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 03:36:05 +01:00
71 lines
2.4 KiB
JSON
71 lines
2.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"update_failed": "Updating Duck DNS failed"
|
|
},
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"access_token": "[%key:component::duckdns::config::step::user::data::access_token%]"
|
|
},
|
|
"data_description": {
|
|
"access_token": "[%key:component::duckdns::config::step::user::data_description::access_token%]"
|
|
},
|
|
"title": "Reconfigure {name}"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"access_token": "Token",
|
|
"domain": "Subdomain"
|
|
},
|
|
"data_description": {
|
|
"access_token": "Your Duck DNS account token",
|
|
"domain": "The Duck DNS subdomain to update"
|
|
},
|
|
"description": "Enter your Duck DNS subdomain and token below to configure dynamic DNS updates. You can find your token on the [Duck DNS]({url}) homepage after logging into your account."
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"connection_error": {
|
|
"message": "Updating Duck DNS domain {domain} failed due to a connection error"
|
|
},
|
|
"entry_not_found": {
|
|
"message": "Duck DNS integration entry not found"
|
|
},
|
|
"entry_not_selected": {
|
|
"message": "Duck DNS integration entry not selected"
|
|
},
|
|
"update_failed": {
|
|
"message": "Updating Duck DNS domain {domain} failed"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_call_without_config_entry": {
|
|
"description": "Calling the `duckdns.set_txt` action without specifying a config entry is deprecated.\n\nThe `config_entry_id` field will be required in a future release.\n\nPlease update your automations and scripts to include the `config_entry_id` parameter.",
|
|
"title": "Detected deprecated use of action without config entry"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_txt": {
|
|
"description": "Sets the TXT record of your Duck DNS subdomain.",
|
|
"fields": {
|
|
"config_entry_id": {
|
|
"description": "The Duck DNS integration ID.",
|
|
"name": "Integration ID"
|
|
},
|
|
"txt": {
|
|
"description": "Payload for the TXT record.",
|
|
"name": "TXT"
|
|
}
|
|
},
|
|
"name": "Set TXT"
|
|
}
|
|
}
|
|
}
|