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
iOS device model, version and app version
Model Name:
Apple Watch Ultra 2, MREJ3CS/A
Software Version:
watchOS 11.3.1
iOS 18.4 and 18.3.1
App version:
Home Assistant Companion 2025.2 (2025.1178)
Home Assistant Core Version
Home Assistant Core 2025.4.1
Home Assistant Supervisor 2025.03.4
Home Assistant Operating System 15.1
Describe the bug
Scripts started on Apple Watch are delayed and execute actions at the time when these are no longer needed. In particular, it relates to the Door Lock Open action.
To Reproduce
Current behavior:
On the iOS Companion app, go to Apple Watch - Configuration
Under Items, tap +Add item
On the Script tab, select the desired script and Save the change
On WatchOS open Companion app and Reload
Tap on the script added in previous steps
[This happens sporadically] Script start (spinning icon) - I'm not sure if the icon eventually displays the tick, but it returns to the script icon in the end and UI becomes available again
iOS device model, version and app version
Model Name:
Software Version:
App version:
Home Assistant Core Version
Describe the bug
Scripts started on Apple Watch are delayed and execute actions at the time when these are no longer needed. In particular, it relates to the Door Lock Open action.
To Reproduce
Current behavior:
2025-04-05 11:12:50.684 AM [Verbose] [main] [WatchCommunicatorService.swift:59] setupMessages() > Received magicItemPressed InteractiveImmediateMessage(identifier: "magicItemPressed", content: ["itemId": script.open_home_door, "serverId": XXXX, "itemType": script], reply: (Function)) ["itemId": script.open_home_door, "serverId": XXX, "itemType": script]
2025-04-05 11:13:00.675 AM [Verbose] [main] [WatchCommunicatorService.swift:59] setupMessages() > Received magicItemPressed InteractiveImmediateMessage(identifier: "magicItemPressed", content: ["itemType": script, "itemId": script.open_home_door, "serverId": XXX], reply: (Function)) ["itemType": script, "itemId": script.open_home_door, "serverId": XXXX]
Expected Behaviour
In step 11. the system recognizes a delayed script trigger and interrupts the execution.
Additional context
Home Assistant_2025-04-05_43941 PM.txt
The text was updated successfully, but these errors were encountered: