Skip to content

Commit 2a26e36

Browse files
committed
Add PyCon2016 video to docs
1 parent a42393e commit 2a26e36

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

source/developers/index.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ Welcome to the Home Assistant development documentation. This is the place to le
1515
<img src='/images/architecture/component_interaction.png' alt='Diagram showing interaction between components and the Home Assistant core.'>
1616
Diagram showing interaction between components and the Home Assistant core.
1717
</p>
18+
19+
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].
20+
21+
<div class='videoWrapper'>
22+
<iframe width="560" height="315" src="https://www.youtube.com/embed/Cfasc9EgbMU" frameborder="0" allowfullscreen></iframe>
23+
</div>
24+
25+
[Python API docs]: https://dev-docs.home-assistant.io

source/developers/python_api.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: "Python API"
4-
description: "Home Assistant Python API documentation"
3+
title: "Python Remote API"
4+
description: "Home Assistant Python Remote API documentation"
55
date: 2015-05-11 12:00
66
sidebar: true
77
comments: false

0 commit comments

Comments
 (0)