Update multiple_instances.markdown (#648)

This commit is contained in:
Yannik25 2016-07-16 22:08:44 +02:00 committed by Fabian Affolter
parent 282def7c11
commit 7fa5fcc4ac

View File

@ -9,7 +9,7 @@ sharing: true
footer: true
---
Home Assistant supports running multiple synchronized instances using a master-slave model. Whenever `events.fire` or `states.set` is called on the salve it will forward it to the master. The master will replicate all events and changed states to its slaves.
Home Assistant supports running multiple synchronized 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'>
<a href='/images/architecture/architecture-remote.png'>