Site updated at 2017-06-06 06:44:42 UTC

This commit is contained in:
Travis CI 2017-06-06 06:44:42 +00:00
parent cd60803d8c
commit 349015a13c
80 changed files with 40 additions and 95 deletions

View file

@ -66,7 +66,8 @@
</h1>
</header>
<hr class="divider">
<p>Home Assistant supports running multiple synchronised instances using a master-slave model. Whenever <code class="highlighter-rouge">events.fire</code> or <code class="highlighter-rouge">states.set</code> is called on the slave it will forward it to the master. The master will replicate all events and changed states to its slaves.</p>
<h1><a class="title-link" name="this-has-been-deprecated-and-is-no-longer-supported" href="#this-has-been-deprecated-and-is-no-longer-supported"></a> This has been deprecated and is no longer supported.</h1>
<p>Home Assistant supports running multiple synchronised instances using a master-slave model. Whenever <code class="highlighter-rouge">events.fire</code> or <code class="highlighter-rouge">states.set</code> is called on the slave it will forward it to the master. The master will replicate all events and changed states to its slaves.</p>
<p class="img">
<a href="/images/architecture/architecture-remote.png">
<img src="/images/architecture/architecture-remote.png" />
@ -182,7 +183,6 @@ Because each slave maintains its own Service Registry it is possible to have mul
</ul>
</li>
<li><a href='/developers/helpers/'>Online helpers </a></li>
<li><a class='active' href='/developers/multiple_instances/'>Multiple Instances </a></li>
<li><a href='/developers/website/'>Home-Assistant.io </a></li>
<li><a href='/developers/releasing/'>Releasing </a></li>
<li><a href='/developers/maintenance/'>Maintenance </a></li>