Unknown Service Errors but Service Exists?

Not sure where to put this so posting here. I have gotten this warning on an off for a bit. Not sure why notify.mobile_app_iphone is being flagged as an unknown service. Really hoping I am not missing something simple here but I am stumped.

Log Error:

Logger: homeassistant.components.automation.exterior_garage_door_opened_when_away
Source: helpers/script.py:409
Integration: Automation (documentation, issues)
First occurred: January 18, 2023 at 5:55:21 PM (1 occurrences)
Last logged: January 18, 2023 at 5:55:21 PM

Exterior Garage Door Opened When Away: Error executing script. Service not found for call_service at pos 2: Unable to find service notify.mobile_app_iphone

Same thing populates as a Repair:
1

However, looking at my services in the developer tools it appears to be a valid services. Also, the phone is getting the notification.

Had this error pop up again, anyone have any insight?

Same issue. @silvrr did you make any progress?

image

But just like you, notify.paul works both in the automation and by hand.

automation:
- alias: Paul Watch Disconnected
  id: Paul Watch Disconnected
  trigger:
    - platform: state
      entity_id: 'binary_sensor.paul_watch_and_phone_connected'
      to: 'off'
  action:
    service: notify.paul
    data:
      message: Did you leave you watch?
      title: Watch Disconnected
      data:
        tag: watch-disconnected
- alias: Paul Watch Connected
  id: Paul Watch Connected
  trigger:
    - platform: state
      entity_id: 'binary_sensor.paul_watch_and_phone_connected'
      to: 'on'
  action:
    service: notify.paul
    data:
      message: clear_notification
      title: Watch Disconnected
      data:
        tag: watch-disconnected

Here is me trying it by hand …

Nope, it pops up now and again.

Just adding that I am seeing this now, a year after the last post. The service is present, it works if I call it but HA is issuing this warning.

I’ve made a few config changes today but nothing in the file or remotely connected to the notify service that’s throwing the warning, and I have other notify services that are working fine and throwing no errors.