35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Configure a local Elexa Guardian device.",
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up this Guardian device?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_service": {
|
|
"title": "The {deprecated_service} service will be removed",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "The {deprecated_service} service will be removed",
|
|
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|