Site updated at 2015-08-29 16:06:11 UTC
This commit is contained in:
parent
c5285623be
commit
b19ecf262f
132 changed files with 340 additions and 460 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue