You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/2026/03/ha-telegram-bot/index.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,7 +335,7 @@ There are 2 options for migration:
335
335
336
336
**Why Telegram bot doesn't support action targets yet**
337
337
338
-
If you have opt for the first migration option, you might find it strange that the `entity_id` is nested in the `data` field (as an action parameter) instead of `target` (as an action target):
338
+
If you have opted for the first migration option, you might find it strange that the `entity_id` is nested in the `data` field (as an action parameter) instead of `target` (as an action target):
339
339
> ```yaml
340
340
> action: telegram_bot.send_message
341
341
> #target:
@@ -372,6 +372,19 @@ Once action targets have been implemented, you don't need to perform another mig
372
372
> entity_id:
373
373
> - notify.telegram
374
374
> ```
375
+
376
+
**Troubleshooting the `call_service` Migration Alert**
377
+
378
+
If your migration alert points to `call_service` rather than a specific automation or script, it means the deprecated parameter is being triggered by an underlying service.
379
+
Currently, Home Assistant is not able to pinpoint which specific integration or service is making this call.
380
+
381
+
In this scenario, there's no possible migration path.
382
+
You will need to wait for the relevant integration or module developer to release an update that supports the new schema.
383
+
384
+
> [!NOTE]
385
+
> In [PR #165299](https://github.com/home-assistant/core/pull/165299), the legacy Telegram integration has been updated to use the new schema.
386
+
> If this was the source of your migration alert, it should be resolved starting from the **2026.4** release.
0 commit comments