2020-05-26 13:47:25 +00:00
{
"config" : {
"abort" : {
2020-10-04 00:05:05 +00:00
"already_configured" : "Device is already configured" ,
"already_in_progress" : "Configuration flow is already in progress" ,
2020-11-11 11:10:09 +00:00
"cannot_connect" : "Failed to connect"
2020-05-26 13:47:25 +00:00
} ,
"step" : {
2021-05-11 02:26:15 +00:00
"discovery_confirm" : {
"description" : "Do you want to set up this Guardian device?"
} ,
2020-05-26 13:47:25 +00:00
"user" : {
"data" : {
"ip_address" : "IP Address" ,
"port" : "Port"
} ,
"description" : "Configure a local Elexa Guardian device."
}
}
2022-08-10 22:18:11 +00:00
} ,
"issues" : {
"deprecated_service" : {
"fix_flow" : {
"step" : {
"confirm" : {
2022-09-17 21:01:57 +00:00
"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}`." ,
2022-09-18 19:24:21 +00:00
"title" : "The {deprecated_service} service will be removed"
2022-08-10 22:18:11 +00:00
}
}
} ,
2022-09-18 19:24:21 +00:00
"title" : "The {deprecated_service} service will be removed"
2022-09-30 00:42:29 +00:00
} ,
"replaced_old_entity" : {
"fix_flow" : {
"step" : {
"confirm" : {
"description" : "Update any automations or scripts that use this entity to instead use `{replacement_entity_id}`." ,
"title" : "The {old_entity_id} entity will be removed"
}
}
} ,
"title" : "The {old_entity_id} entity will be removed"
2022-08-10 22:18:11 +00:00
}
2020-11-11 12:25:22 +00:00
}
2020-05-26 13:47:25 +00:00
}