From c35d33c9b2b0fb87eb7143168cb7e052df3674ae Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 25 Nov 2018 21:49:19 +0000 Subject: [PATCH] Update api.markdown (#7636) * Update api.markdown * :ambulance: Fixes spelling of Home Assistant --- source/_docs/ecosystem/notebooks/api.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/ecosystem/notebooks/api.markdown b/source/_docs/ecosystem/notebooks/api.markdown index 11d01248a29..5473031a8ad 100644 --- a/source/_docs/ecosystem/notebooks/api.markdown +++ b/source/_docs/ecosystem/notebooks/api.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Home Assistant Python API" -description: "Basic example how to work with the Home Assistant Python API in a Jupyter notebook." +description: "Basic example of interacting with Home Assistant live from a Jupyter notebook using the Python API." date: 2016-07-23 09:00 sidebar: true comments: false @@ -10,4 +10,4 @@ footer: true redirect_from: /ecosystem/notebooks/api/ --- -The [Python API](/developers/python_api/) allows one to create [interactive notebooks](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/home-assistant-python-api.ipynb). +You can interact with Home Assistant live from Jupyter notebooks buy using the Home Assistant [Python API](/developers/python_api/). [See this example notebook](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/home-assistant-python-api.ipynb).