From 278a0b23100a5b21465ad52a5363341a4e28237f Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 17 Apr 2017 17:22:07 -0400 Subject: [PATCH] Added event trigger link to clarify how fire event works --- source/_docs/ecosystem/ios/integration.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/ecosystem/ios/integration.markdown b/source/_docs/ecosystem/ios/integration.markdown index c37e3342458..3bd3791ebb5 100644 --- a/source/_docs/ecosystem/ios/integration.markdown +++ b/source/_docs/ecosystem/ios/integration.markdown @@ -18,9 +18,9 @@ Query parameters are passed as a dictionary in the call. Example: `homeassistant://call_service/device_tracker.see?entity_id=device_tracker.entity` ## Fire event +You can create an [event trigger](https://home-assistant.io/docs/automation/trigger/#event-trigger) and fire the event. -Example `homeassistant://fire_event/custom_event?entity_id=device_tracker.entity` +Example: `homeassistant://fire_event/custom_event?entity_id=MY_CUSTOM_EVENT` ## Send one shot location - Example: `homeassistant://send_location/`