Add PyCon2016 video to docs

This commit is contained in:
Paulus Schoutsen 2016-09-17 20:40:56 -07:00
parent a42393ed91
commit 2a26e36cb1
2 changed files with 10 additions and 2 deletions

View File

@ -15,3 +15,11 @@ Welcome to the Home Assistant development documentation. This is the place to le
<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

View File

@ -1,7 +1,7 @@
---
layout: page
title: "Python API"
description: "Home Assistant Python API documentation"
title: "Python Remote API"
description: "Home Assistant Python Remote API documentation"
date: 2015-05-11 12:00
sidebar: true
comments: false