From 2965c7806e14144525bb3ec91c2bc2a01990a5d5 Mon Sep 17 00:00:00 2001 From: Philipp Wensauer Date: Thu, 8 Mar 2018 09:55:43 +0100 Subject: [PATCH 1/2] Vectorize other picture. --- .../home_automation_landscape.svg | 904 ++++++++++++++++++ 1 file changed, 904 insertions(+) create mode 100644 source/images/architecture/home_automation_landscape.svg diff --git a/source/images/architecture/home_automation_landscape.svg b/source/images/architecture/home_automation_landscape.svg new file mode 100644 index 000000000000..c0fbca281833 --- /dev/null +++ b/source/images/architecture/home_automation_landscape.svg @@ -0,0 +1,904 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + Lights + + + + Smart Home + + HomeAutomation + User + + Configuration + + Home Control + Commands + Information + + + + Switches + Many more... + Internet of Things + + + + + Commands + Information + Information + Commands + Information(ie. light is on) + Commands(ie. turn light on) + Graphic by Paulus Schoutsen 2014, CC BY 4.0 + + From d9afa94cf1ed3aadf926d4924e0569436e11830d Mon Sep 17 00:00:00 2001 From: Philipp Wensauer Date: Thu, 8 Mar 2018 09:56:08 +0100 Subject: [PATCH 2/2] Update path for .svg pictures. --- source/developers/architecture.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/developers/architecture.markdown b/source/developers/architecture.markdown index afe8a21ef9cf..191ed65f7b90 100644 --- a/source/developers/architecture.markdown +++ b/source/developers/architecture.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -og_image: /images/architecture/ha_architecture.png +og_image: /images/architecture/ha_architecture.svg --- Before we dive into the Home Assistant architecture, let's get a clear overview of the home automation landscape as a whole. This way, we can show how the different parts of Home Assistant fit into the picture. @@ -19,9 +19,9 @@ For more information about each part in this overview, - + Home Automation landscape + src='{{site_root}}/images/architecture/home_automation_landscape.svg' /> Overview of the home automation landscape

@@ -34,7 +34,7 @@ The Home Assistant core is responsible for Home Control. Home Assistant contains * **Timer**: sends a `time_changed` event every 1 second on the event bus.

- + Overview of the Home Assistant core architecture