Add some og image to dev docs

This commit is contained in:
Paulus Schoutsen 2017-07-25 23:21:45 -07:00
parent 1c86dbbb9e
commit f88e0336b7
3 changed files with 3 additions and 0 deletions

View file

@ -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/).