Site updated at 2017-01-25 10:34:44 UTC
This commit is contained in:
parent
e96156a2ce
commit
cde045c97f
24 changed files with 42 additions and 41 deletions
|
@ -179,13 +179,14 @@ Make sure that the URL exactly matches your endpoint or resource.
|
|||
|
||||
<p>The headers will contain all relevant details. This will also give you the ability to access endpoints that are protected by tokens.</p>
|
||||
|
||||
<p>```bash
|
||||
Content-Length: 1024
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>Content-Length: 1024
|
||||
Host: IP_ADDRESS1:5000
|
||||
Authorization: Basic aGExOnRlc3Qx
|
||||
Accept-Encoding: identity
|
||||
Content-Type: application/json
|
||||
User-Agent: Home Assistant</p>
|
||||
User-Agent: Home Assistant
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
|
|
@ -201,8 +201,8 @@ If you want use a video stream. You need setup the <a href="/components/ffmpeg">
|
|||
<span class="pi">-</span> <span class="s">alias</span><span class="pi">:</span> <span class="s">Open garage door</span>
|
||||
<span class="s">trigger</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">event</span>
|
||||
<span class="s">Event_type</span><span class="pi">:</span> <span class="s">openalpr.found</span>
|
||||
<span class="s">Event_data</span><span class="pi">:</span>
|
||||
<span class="s">event_type</span><span class="pi">:</span> <span class="s">openalpr.found</span>
|
||||
<span class="s">event_data</span><span class="pi">:</span>
|
||||
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">openalpr.camera_garage_1</span>
|
||||
<span class="s">plate</span><span class="pi">:</span> <span class="s">BE2183423</span>
|
||||
<span class="nn">...</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue