Add anchors to architecture page
This commit is contained in:
parent
44a576ee92
commit
a7d97190ea
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Before we dive into the Home Assistant architecture, it is important to get a cl
|
|||
* Smart Home triggers commands based on previous behavior.
|
||||
|
||||
<p class='img'>
|
||||
<a href='{{site_root}}/images/architecture/home_automation_landscape.png'>
|
||||
<a href='{{site_root}}/images/architecture/home_automation_landscape.png' name='landscape'>
|
||||
<img alt='Home Automation landscape'
|
||||
src='{{site_root}}/images/architecture/home_automation_landscape.png' />
|
||||
</a>
|
||||
|
@ -31,7 +31,7 @@ The Home Assistant core is responsible for Home Control. It has four parts to ma
|
|||
* The **Timer** will send every 1 second a `time_changed` event on the event bus.
|
||||
|
||||
<p class='img'>
|
||||
<a href='/images/architecture/ha_architecture.png'>
|
||||
<a href='/images/architecture/ha_architecture.png' name='architecture'>
|
||||
<img src='/images/architecture/ha_architecture.png' />
|
||||
</a>
|
||||
Overview of the Home Assistant core architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue