mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00
26 lines
1012 B
Markdown
26 lines
1012 B
Markdown
---
|
|
layout: page
|
|
title: "Developers"
|
|
description: "Everything you need to know to get started with Home Assistant development."
|
|
date: 2016-04-16 10:28 +07:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
Welcome to the Home Assistant development documentation. This is the place to learn all about how Home Assistant works and how you can extend it with support for your devices and services!
|
|
|
|
<p class='img'>
|
|
<img src='/images/architecture/component_interaction.png' alt='Diagram showing interaction between components and the Home Assistant core.'>
|
|
Diagram showing interaction between components and the Home Assistant core.
|
|
</p>
|
|
|
|
The best way to familiarize yourself with Home Assistant is to watch the PyCon 2016 talk about Home Assistant and read through the [Python API docs].
|
|
|
|
<div class='videoWrapper'>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/Cfasc9EgbMU" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
[Python API docs]: https://dev-docs.home-assistant.io
|