Site updated at 2017-04-18 01:06:28 UTC

This commit is contained in:
Travis CI 2017-04-18 01:06:28 +00:00
parent 4ca38713d1
commit 6216d31e3d
25 changed files with 40 additions and 39 deletions

View file

@ -72,7 +72,8 @@
<h2>Call service</h2>
<p>Example: <code class="highlighter-rouge">homeassistant://call_service/device_tracker.see?entity_id=device_tracker.entity</code></p>
<h2>Fire event</h2>
<p>Example <code class="highlighter-rouge">homeassistant://fire_event/custom_event?entity_id=device_tracker.entity</code></p>
<p>You can create an <a href="https://home-assistant.io/docs/automation/trigger/#event-trigger">event trigger</a> and fire the event.</p>
<p>Example: <code class="highlighter-rouge">homeassistant://fire_event/custom_event?entity_id=MY_CUSTOM_EVENT</code></p>
<h2>Send one shot location</h2>
<p>Example: <code class="highlighter-rouge">homeassistant://send_location/</code></p>
</article>