What do I fix?

What exactly should I look for in my automation.yaml?
I changed all those old telegram to use the telegram_bot’s YAML, but this warning persists…

About when did this warning start to appear? Was it related to an update you installed? Was there mention of any changes to your integration in the release notes?
What does your code say?
What happens when you press the “learn more” button at the bottom?

You could wait untill June and see if anything breaks.

I cannot remember when it appears, I don’t monitor this all the time, so any warnings like these should be crystal clear about the offending lines.

I assume this is generated automatically by HA based on the features the integration is using (rather than the integration), correct?

The Learn more led to this Telegram bot - Home Assistant

Change the notify action to notify.send_message and use the notify entity

I don’t have any other action: notify...… only these and one other action: notify.send_message

Don’t search for action, search for just notify.

Searching for notify., I find a ton of service: notify. and action: notify., none of them are related to telegram

Sorry, but I doubt that’s the case. The repair only appears when the service is used.

It’s in an automation, script, or template helper

It has to be in a YAML file, correct?

No, it’s anywhere you use the action/service.

I had the entire /config searched by VSCode for notify., I’m not seeing anything else.

Are you sure you know the telegram notify service name?

  1. I don’t understand what you are asking.
  2. I searched for notify., everything that appears beside it is unrelated to telegram
  3. In the earlier screenshot, those were notifications to the android companion app

Right, you’re searching for service that you don’t know the name of and you don’t see the problem with this? You’re convinced all the ones you found are not the telegram service, but you don’t know that for sure because you don’t know its name. Are you following me now?

I.e. Find out the name of the service and then search for it.

  1. Sorry, I’m still not following you
  2. I searched for notify. liked you asked, that ought to bring out the Telegram service, correct?
  3. So service: notify.mobile_app_pixel_8 is HA communicating with the Android companion app, nothing to with telegram
  4. For all telegram related automations, they already look like this
  actions:
    - action: telegram_bot.send_message
      metadata: {}
      data:
        target:
    ....

That’s telegram bot integration, not telegram integration. They are different.

look in your notify section for

platform: telegram

Nothing, I don’t have such a line anymore

So then your home assistant is hallucinating and making things up

Did you restart HA after you deleted that? If not it’s still in memory.