From 458bc268d4ae4680b7ee5db3a47d9524619f1beb Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 25 Nov 2018 21:40:51 +0000 Subject: [PATCH] Update database.markdown (#7637) --- source/_docs/ecosystem/notebooks/database.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.