mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Hide multiple instances docs
This commit is contained in:
parent
cba4617cde
commit
035e79aa0f
@ -83,7 +83,6 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li>{% active_link /developers/helpers/ Online helpers %}</li>
|
||||
<li>{% active_link /developers/multiple_instances/ Multiple Instances %}</li>
|
||||
<li>{% active_link /developers/website/ Home-Assistant.io %}</li>
|
||||
<li>{% active_link /developers/releasing/ Releasing %}</li>
|
||||
<li>{% active_link /developers/maintenance/ Maintenance %}</li>
|
||||
|
@ -9,6 +9,8 @@ sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
# {% linkable_title This has been deprecated and is no longer supported. %}
|
||||
|
||||
Home Assistant supports running multiple synchronised instances using a master-slave model. Whenever `events.fire` or `states.set` 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 class='img'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user