Update database.markdown (#7637)

This commit is contained in:
Robin 2018-11-25 21:40:51 +00:00 committed by Franck Nijhof
parent 3ff8de96bf
commit 458bc268d4

View File

@ -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.