mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Make Guardian Repairs strings more consistent (and instructive) (#78694)
Make Guardian Repairs strings consistently helpful
This commit is contained in:
parent
b03de1c92f
commit
d74f5c6ee0
@ -20,11 +20,11 @@
|
||||
},
|
||||
"issues": {
|
||||
"deprecated_service": {
|
||||
"title": "The {deprecated_service} service is being removed",
|
||||
"title": "The {deprecated_service} service will be removed",
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "The {deprecated_service} service is being removed",
|
||||
"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}`."
|
||||
}
|
||||
}
|
||||
@ -36,7 +36,7 @@
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "The {old_entity_id} entity will be removed",
|
||||
"description": "This entity has been replaced by `{replacement_entity_id}`."
|
||||
"description": "Update any automations or scripts that use this entity to instead use `{replacement_entity_id}`."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,17 +24,17 @@
|
||||
"step": {
|
||||
"confirm": {
|
||||
"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}`.",
|
||||
"title": "The {deprecated_service} service is being removed"
|
||||
"title": "The {deprecated_service} service will be removed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "The {deprecated_service} service is being removed"
|
||||
"title": "The {deprecated_service} service will be removed"
|
||||
},
|
||||
"replaced_old_entity": {
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "This entity has been replaced by `{replacement_entity_id}`.",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user