Open jcallaghan opened 4 years ago
Mobile App
documentation - https://companion.home-assistant.io/docs/core/coreApple Watch
documentation - https://companion.home-assistant.io/docs/apple-watch/apple-watchApple Watch Actions
documentation - https://companion.home-assistant.io/docs/apple-watch/watch-actions/Once the action has been created in the mobile app, you can listen for the event being called via Developer Tools > Events > Listen to events ios.action_fired
. You can see more examples in the Watch Actions reference above.
Here is an example of a trigger I've added to an automation.
# Apple Watch action
- platform: event
event_type: ios.action_fired
event_data:
actionName: FRESH_ALL
Create actions in Home Assistant mobile app to allow automations and scripts to be triggered via Apple Watch.
Related: #232