mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00

* Migrate the non blog posts to use no domain * Update demo links * Remove Zanzito references from owntracks docs
27 lines
751 B
Markdown
27 lines
751 B
Markdown
---
|
|
layout: page
|
|
title: "Integration"
|
|
description: "Examples of how Home Assistant for iOS can be integrated with other apps"
|
|
date: 2016-10-25 15:00:00 -0700
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
redirect_from: /ecosystem/ios/integration/
|
|
---
|
|
|
|
Home Assistant for iOS supports opening from other apps via URL.
|
|
|
|
Query parameters are passed as a dictionary in the call.
|
|
|
|
## Call service
|
|
Example: `homeassistant://call_service/device_tracker.see?entity_id=device_tracker.entity`
|
|
|
|
## Fire event
|
|
You can create an [event trigger](/docs/automation/trigger/#event-trigger) and fire the event.
|
|
|
|
Example: `homeassistant://fire_event/custom_event?entity_id=MY_CUSTOM_EVENT`
|
|
|
|
## Send one shot location
|
|
Example: `homeassistant://send_location/`
|