mirror of
https://github.com/home-assistant/core.git
synced 2026-06-05 07:04:05 +01:00
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "Please ensure you reconfigure against the same device."
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_url": "Failed to connect. Check the URL and if the device is connected to power",
|
|
"missing_device_info": "Failed to read device information. Check the network connection of the device"
|
|
},
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up the Lunatone device at {url}?"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"data_description": {
|
|
"url": "[%key:component::lunatone::config::step::user::data_description::url%]"
|
|
},
|
|
"description": "Update configuration for {name}."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"data_description": {
|
|
"url": "The URL of the Lunatone device to connect to."
|
|
},
|
|
"description": "Enter the URL of your Lunatone device.\nHome Assistant will use this address to connect to the device API."
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"missing_device_info": {
|
|
"message": "Unable to read device information. Please verify the device's network connection."
|
|
}
|
|
}
|
|
}
|