mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +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": {
|
"issues": {
|
||||||
"deprecated_service": {
|
"deprecated_service": {
|
||||||
"title": "The {deprecated_service} service is being removed",
|
"title": "The {deprecated_service} service will be removed",
|
||||||
"fix_flow": {
|
"fix_flow": {
|
||||||
"step": {
|
"step": {
|
||||||
"confirm": {
|
"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}`."
|
"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": {
|
"step": {
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "The {old_entity_id} entity will be removed",
|
"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": {
|
"step": {
|
||||||
"confirm": {
|
"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}`.",
|
"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": {
|
"replaced_old_entity": {
|
||||||
"fix_flow": {
|
"fix_flow": {
|
||||||
"step": {
|
"step": {
|
||||||
"confirm": {
|
"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"
|
"title": "The {old_entity_id} entity will be removed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user