mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
Co-authored-by: G Johansson <goran.johansson@shiftit.se> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: abmantis <amfcalt@gmail.com>
15 lines
521 B
JSON
15 lines
521 B
JSON
{
|
|
"issues": {
|
|
"migrate_notify": {
|
|
"description": "The Telegram `notify` service has been migrated. A new `notify` entity per chat ID is available now.\n\nUpdate all affected automations to use the new `notify.send_message` action exposed by these new entities and then restart Home Assistant.",
|
|
"title": "Migration of Telegram notify service"
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"description": "Reloads telegram notify services.",
|
|
"name": "[%key:common::action::reload%]"
|
|
}
|
|
}
|
|
}
|