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