Site updated at 2016-04-08 08:33:10 UTC
This commit is contained in:
parent
5068088352
commit
c51868698c
392 changed files with 761 additions and 556 deletions
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Home Assistant API - Home Assistant</title>
|
||||
<title>Home Assistant API/SSE - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Home Assistant API documentation">
|
||||
<meta name="description" content="Home Assistant API/SSE documentation">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/api/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Home Assistant API">
|
||||
<meta property="og:title" content="Home Assistant API/SSE">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/api/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Home Assistant API documentation">
|
||||
<meta property="og:description" content="Home Assistant API/SSE documentation">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Home Assistant API">
|
||||
<meta name="twitter:description" content="Home Assistant API documentation">
|
||||
<meta name="twitter:title" content="Home Assistant API/SSE">
|
||||
<meta name="twitter:description" content="Home Assistant API/SSE documentation">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -78,7 +78,7 @@
|
|||
<li><a href="/developers/add_new_platform/">
|
||||
Adding Platform Support
|
||||
</a></li>
|
||||
<li><a href="/developers/api/">API</a></li>
|
||||
<li><a href="/developers/api/">API and SSE</a></li>
|
||||
<li><a href="/developers/credits/">Credits</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -109,20 +109,22 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Home Assistant API
|
||||
Home Assistant API/SSE
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>Home Assistant is offering a RESTful API and a Python API for convenient access to <br />
|
||||
a Home Assistant instance over HTTP.</p>
|
||||
<p>Home Assistant is offering a RESTful API and a Python API for convenient access to a Home Assistant instance over HTTP.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="/developers/rest_api/">RESTful API</a></li>
|
||||
<li><a href="/developers/python_api/">Python API</a></li>
|
||||
</ul>
|
||||
|
||||
<p>There is also support for <a href="/developers/server_sent_events">server-sent events</a>.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue