Site updated at 2015-08-29 16:06:11 UTC

This commit is contained in:
Paulus Schoutsen 2015-08-29 09:06:11 -07:00
parent c5285623be
commit b19ecf262f
132 changed files with 340 additions and 460 deletions

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Adding support for a new platform">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/add_new_platform.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Hints and tips for when you're adding a new platform to Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Home Assistant API">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/api.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Home Assistant API documentation">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Architecture">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/architecture.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Overview of the Home Assistant architecture.">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -129,7 +128,7 @@
<li>The <strong>Event Bus</strong> facilitates the firing and listening of events. This is the beating heart of Home Assistant.</li>
<li>The <strong>State Machine</strong> keeps track of the states of things. Fires a <code>state_changed</code> event when a state has been changed.</li>
<li>The <strong>Service Registry</strong> listens on the event bus for <code>call_service</code> events and allows other code to register services.</li>
<li>The <strong>Timer</strong> will send every 10 seconds a <code>time_changed</code> event on the event bus.</li>
<li>The <strong>Timer</strong> will send every 1 second a <code>time_changed</code> event on the event bus.</li>
</ul>

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Creating components">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/creating_components.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Guidelines to get you create your first component for Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Credits">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/credits.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Credits for the developers who contributed to Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Frontend development">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/frontend.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Tips and hints if you are starting on Home Assistant frontend development">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Developers">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Home Assistant developer information. Everything to get you started">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Python API">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/python_api.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Home Assistant Python API documentation">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Rest API">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/rest_api.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="Home Assistant Rest API documentation">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -21,10 +21,9 @@
<meta property="og:title" content="Website home-assistant.io">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/developers/website.html/">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:description" content="home-assistant.io web presence">
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">