HA thinks it is using an unknown service

I have setup a Telegram notification in case HA needs to send me alerts. it worked fine for at least a year, but now I have this in my settings tab.

 ## Controllo Termometro cantina uses an unknown service

 The automation "Controllo Termometro cantina" (`automation.controllo_termometro_cantina`) has an action that calls an unknown service: `notify.me`.
 
 This error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.
 
 To fix this error, [edit the automation](https:/***********/config/automation/edit/*********) and remove the action that calls this service.
 
 Click on SUBMIT below to confirm you have fixed this automation.

the weird thing is that notifications work perfectly. so I’m not sure where it needs fixing.

any help appreciated

Go to Developer Tools → Services. Is the service notify.me available?

yes I can see it and I tried to execute it, it worked

Can you show your action config?

the weird thing is that it’s no longer complaining.
I have submitted “fix issue” about 10 times but now it’s not coming back

anyway, here it is


telegram_bot:
  - platform: broadcast
    api_key: blah:blah-blah
    allowed_chat_ids:
      - xxxxxxxx

notify:
  - name: me
    platform: telegram
    chat_id: xxxxxxxx

and now it’s gone again

image

i have the same problem…
how did you fix it?