Add some og image to dev docs
This commit is contained in:
parent
1c86dbbb9e
commit
f88e0336b7
3 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ sidebar: true
|
|||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
og_image: /images/architecture/component_interaction.png
|
||||
---
|
||||
|
||||
Home Assistant can be extended with **components**. Each component is responsible for a specific domain within Home Assistant. Components can listen for or trigger events, offer services, and maintain states. Components are written in Python and can do all the goodness that Python has to offer. Out of the box, Home Assistant offers a bunch of [built-in components]({{site_root}}/components/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue