* Vectorize other picture. * Update path for .svg pictures.
This commit is contained in:
parent
f7b3b06d30
commit
706f8b9ed4
2 changed files with 908 additions and 4 deletions
|
@ -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, <a href='/blog/2014/12/26
|
|||
* Smart Home triggers commands based on previous behavior.
|
||||
|
||||
<p class='img'>
|
||||
<a href='{{site_root}}/images/architecture/home_automation_landscape.png' name='landscape'>
|
||||
<a href='{{site_root}}/images/architecture/home_automation_landscape.svg' name='landscape'>
|
||||
<img alt='Home Automation landscape'
|
||||
src='{{site_root}}/images/architecture/home_automation_landscape.png' />
|
||||
src='{{site_root}}/images/architecture/home_automation_landscape.svg' />
|
||||
</a>
|
||||
Overview of the home automation landscape
|
||||
</p>
|
||||
|
@ -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.
|
||||
|
||||
<p class='img'>
|
||||
<a href='/images/architecture/ha_architecture.png' name='architecture'>
|
||||
<a href='/images/architecture/ha_architecture.svg' name='architecture'>
|
||||
<img src='/images/architecture/ha_architecture.svg' />
|
||||
</a>
|
||||
Overview of the Home Assistant core architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue