home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.25k stars 29.24k forks source link

Repeating The automation has an action that calls an unknown service: notify.mobile_app_iphone. #120081

Open theDontKnowGuy opened 1 month ago

theDontKnowGuy commented 1 month ago

The problem

Many times, but not always the notification service that sends messages to the companion app on the iPhone is getting into a error state with the error: The automation has an action that calls an unknown service: notify.mobile_app_my_iphone. As this error shows up Every time, a repair issue pops up under Settings. Hitting repair always repairs the issue. Not specific to one automation, occurs all around, without a clear pattern. Otherwise the notification works well.

logs don't add much new info: Log details (ERROR) Logger: homeassistant.components.automation.irrigation_manually Source: helpers/script.py:2001 integration: Automation (documentation, issues) First occurred: 11:00:00 AM (1 occurrences) Last logged: 11:00:00 AM

Irrigation - Manually: Error executing script. Service not found for call_service at pos 2: Service notify.mobile_app_my_iphone not found

What version of Home Assistant Core has the issue?

recent

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

service: notify.mobile_app_my_iphone
data:
  message: Start irrigation

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (automation) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `automation` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign automation` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


automation documentation automation source (message by IssueLinks)