Site updated at 2014-12-21 23:25:40 UTC
This commit is contained in:
parent
bb4559958d
commit
e30ce415e1
22 changed files with 482 additions and 52 deletions
|
@ -9,7 +9,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>architecture - Home Assistant</title>
|
||||
<title>Architecture - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
|
||||
<meta name="description" content="Home Assistant is an open-source home automation platform running on Python 3.">
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
|
||||
<p><a href='/images/ha_architecture.png'>
|
||||
<img src='/images/ha_architecture.png' style='border: 0; box-shadow: none;'/>
|
||||
<img src='/images/ha_architecture.png' class='no-shadow' />
|
||||
</a></p>
|
||||
|
||||
<p>The core of Home Assistant exists of the following parts.</p>
|
||||
|
@ -115,7 +115,7 @@ In the event of the sun setting:
|
|||
<p>Because each slave maintains its own ServiceRegistry it is possible to have multiple slaves respond to one service call.</p>
|
||||
|
||||
<p><a href='/images/architecture-remote.png'>
|
||||
<img src='/images/architecture-remote.png' style='border: 0; box-shadow: none;' />
|
||||
<img src='/images/architecture-remote.png' class='no-shadow' />
|
||||
</a></p>
|
||||
|
||||
<p>A slave instance can be started with the following code and has the same support for components as a master-instance.</p>
|
||||
|
@ -160,8 +160,7 @@ In the event of the sun setting:
|
|||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<p class="copyright">
|
||||
All content by Paulus Schoutsen and licenced under <a href="//creativecommons.org/licenses/by-nc-sa/3.0/ie/">Creative Commons</a>.<br>
|
||||
Code under <a href="//github.com/coogie/oscailte/blob/master/README.md">MIT Licence</a>. <span class="credit">Site powered by <a href="http://octopress.org">Octopress</a></span>
|
||||
<span class="credit">Site powered by <a href="http://octopress.org">Octopress</a>, <a href='http://jekyllrb.com/'>Jekyll</a> and using the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue