diff --git a/source/_docs/ecosystem/notebooks/database.markdown b/source/_docs/ecosystem/notebooks/database.markdown index afb900c56e8..58117385269 100644 --- a/source/_docs/ecosystem/notebooks/database.markdown +++ b/source/_docs/ecosystem/notebooks/database.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Database" -description: "Basic example how to work with stored Home Assistant information in a Jupyter notebook." +description: "Accessing the Home-Assistant database from a Jupyter notebook." date: 2016-07-23 09:00 sidebar: true comments: false @@ -10,4 +10,4 @@ footer: true redirect_from: /ecosystem/notebooks/database/ --- -The [Database example](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-examples.ipynb) shows you the details about how you can work with stored values. +You can directly access the Home-Assistant database from Jupyter notebooks. The [Database example](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-examples.ipynb) shows you how you can work with stored database values.