diff --git a/source/developers/architecture.markdown b/source/developers/architecture.markdown index 59ff0912d58..2e967a087c5 100644 --- a/source/developers/architecture.markdown +++ b/source/developers/architecture.markdown @@ -14,7 +14,7 @@ Before we dive into the Home Assistant architecture, let's get a clear overview For more information about each part in this overview, check out our blog. Here's the tl;dr version of the blog: * Home Control is responsible for collecting information and controlling devices. - * Home Automation triggers command based on user configurations. + * Home Automation triggers commands based on user configurations. * Smart Home triggers commands based on previous behaviour.

@@ -25,9 +25,9 @@ For more information about each part in this overview, @@ -63,4 +63,4 @@ When we put all the different pieces of Home Assistant together, it's a close ma Overview of the full Home Assistant architecture with a couple of loaded components and platforms

-The platform logic for components uses third-party Python libraries to communicate with the devices so we can leverage the great device libraries in the Python community. +The platform logic for components uses third-party Python libraries to communicate with the devices. Through this, we can leverage some of the best libraries in the Python community.