From 2a26e36cb139af8f9a63f27c6ae858bb614ffbfe Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 17 Sep 2016 20:40:56 -0700 Subject: [PATCH] Add PyCon2016 video to docs --- source/developers/index.markdown | 8 ++++++++ source/developers/python_api.markdown | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/source/developers/index.markdown b/source/developers/index.markdown index 24b0a0d59d..f1fb27273d 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -15,3 +15,11 @@ Welcome to the Home Assistant development documentation. This is the place to le Diagram showing interaction between components and the Home Assistant core. Diagram showing interaction between components and the Home Assistant core.

+ +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]. + +
+ +
+ +[Python API docs]: https://dev-docs.home-assistant.io diff --git a/source/developers/python_api.markdown b/source/developers/python_api.markdown index fba1fa78ad..c225fd96e2 100644 --- a/source/developers/python_api.markdown +++ b/source/developers/python_api.markdown @@ -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