From be7aaaa7ad3825374b6e89370dbd6b1352176948 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Dec 2018 23:07:41 +0100 Subject: [PATCH 01/49] Update link --- source/_docs/backend/database.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/backend/database.markdown b/source/_docs/backend/database.markdown index 81a5226b41b..c8266477d4e 100644 --- a/source/_docs/backend/database.markdown +++ b/source/_docs/backend/database.markdown @@ -124,4 +124,4 @@ The `VACUUM` command cleans your database. sqlite> VACUUM; ``` -For a more interactive way of working with the database, checkout our [Jupyter notebooks](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/tree/master/). +For a more interactive way of working with the database, check the [Data Science Portal](https://data.home-assistant.io/). From f348321e677595c8d86907cf75989daf1a6638ab Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 27 Dec 2018 23:20:50 +0100 Subject: [PATCH 02/49] Add data science portal blog post --- .../2018-12-27-data-science-portal.markdown | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_posts/2018-12-27-data-science-portal.markdown diff --git a/source/_posts/2018-12-27-data-science-portal.markdown b/source/_posts/2018-12-27-data-science-portal.markdown new file mode 100644 index 00000000000..d5af22fc211 --- /dev/null +++ b/source/_posts/2018-12-27-data-science-portal.markdown @@ -0,0 +1,27 @@ +--- +layout: post +title: "Launched: Data Science Portal" +description: "Learn about your data that is stored and how to get started exploring it." +date: 2018-12-27 00:01:00 +date_formatted: "December 27, 2018" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Announcements +--- + +Today we are launching our brand new [data science portal][post] to teach you how you can learn from your own smart home data. Learn what data Home Assistant stores locally and learn to explore your data. In 15 minutes, you will set up a local data science environment and are running reports on your own data. + +We have worked hard on a smooth experience. Single click to set up a local data science environment powered by Jupyter. Pre-installed with our Getting Started notebook for Home Assistant, automatically connects to your database and generates reports with a single click. + +All of this is powered by the new JupyterLab hass.io add-on by [@frenck] and the new HASS Data Detective Python package by [@robmarkcole]. + +Today is only the start. We will continue to develop the data tools for Home Assistant. It’s our goal to make Home Assistant the easiest platform to use for data scientists interested in home automation. + +- [Launch blogpost][post] +- [Data Science Portal][portal] + +[post]: https://data.home-assistant.io/blog/2018/12/27/data-science-for-home-assistant-launched +[portal]: https://data.home-assistant.io +[@robmarkcole]: https://github.com/frenck +[@frenck]: https://github.com/frenck From 7707a0968648533babccc36b6c7e97942f36f3f3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 27 Dec 2018 23:21:45 +0100 Subject: [PATCH 03/49] Update footer --- source/_includes/custom/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_includes/custom/footer.html b/source/_includes/custom/footer.html index ad8df9a0553..911b66602cd 100644 --- a/source/_includes/custom/footer.html +++ b/source/_includes/custom/footer.html @@ -14,6 +14,7 @@