From b6d3bf2c300b85983174a5a87dd0880f37d01ab7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 23 Jul 2017 14:55:12 -0700 Subject: [PATCH 1/2] Add blog post for hass.io --- sass/custom/_paulus.scss | 16 +++- .../2017-07-24-introducing-hassio.markdown | 93 +++++++++++++++++++ source/getting-started/index.markdown | 7 ++ source/index.html | 8 +- 4 files changed, 117 insertions(+), 7 deletions(-) create mode 100644 source/_posts/2017-07-24-introducing-hassio.markdown diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index d428797a7f3..4d68fea3e37 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -118,16 +118,21 @@ $primary-color: #049cdb; } } - .founder-vision { + .highlight-blog-post { + font-size: 2.0rem; + line-height: 1.15; + padding: 15px; display: block; text-decoration: none; color: white; - padding: 15px; - font-size: 2.25rem; - line-height: 1.33333; transition: background-color .5s; background-color: #038FC7; + &.large { + font-size: 2.25rem; + line-height: 1.33333; + } + &:hover { background-color: lighten(#038FC7, 10%); } @@ -406,7 +411,8 @@ p.note { } .edit-github { - text-align: right; + float: right; + margin-left: 8px; margin-bottom: 8px; font-size: .8em; } diff --git a/source/_posts/2017-07-24-introducing-hassio.markdown b/source/_posts/2017-07-24-introducing-hassio.markdown new file mode 100644 index 00000000000..205e0c1192d --- /dev/null +++ b/source/_posts/2017-07-24-introducing-hassio.markdown @@ -0,0 +1,93 @@ +--- +layout: post +title: "Introducing Hass.io" +description: "The ultimate home automation hub has arrived." +date: 2017-07-24 00:02:05 +0000 +date_formatted: "July 24, 2017" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Announcements +og_image: /images/hassio/screenshots/dashboard.png +--- + +**TL;DR:** Today we're introducing [Hass.io]. Hass.io is an operating system that will take care of installing and updating Home Assistant, is managed from the Home Assistant UI, allows creating/restoring snapshots of your configuration and can easily be extended using [Hass.io add-ons][addons]. + +---- + +Home Assistant is 2 months away from being 4 years old. In that time the Internet of Things has really taken off and we've seen many new devices and services. We saw the introduction of voice assistants like Google Home and new standards like Apple HomeKit. + +Some things have been supported natively in Home Assistant, others have been integrated into Home Assistant via third party applications. The latter has caused an increased maintenance burden for people running Home Assistant at home. + +So we decided to take a step back from day-to-day Home Assistant development and see if we could offer a solution that makes updating a breeze for our users. A solution that you can flash to your Raspberry Pi and no longer worry about. A solution that would still be local first and respect the user's privacy. + +And this is how [Pascal Vizeli] came up with Hass.io, an operating system based on [ResinOS] and [Docker]. Hass.io will take care of installing and updating Home Assistant, is managed from the Home Assistant UI, allows taking/restoring snapshots of your configuration and can easily be extended using [Hass.io add-ons][addons]. + +

+ +Hass.io dashboard +

+ +To install add-ons, a user can browse the built-in add-on store and install, configure and update any available application. Want to turn your device into a Google Assistant or make your configuration accessible via Samba/Windows networking? Both are a couple of clicks away! ([Video demo - 38s, no audio][install-demo]) + +At launch we have included a couple of [built-in add-ons][addons] like [Google Assistant], [Let's Encrypt] and [Duck DNS]. Besides our internal add-ons, it is also possible to create and share your own add-on repositories. During our beta period we've already seen some great add-ons being shared: [Homebridge][olivierg], [InfluxDB][bestlibre], [HASS Configurator][danielperna] and [AppDaemon][vkorn]. + +As we strongly believe in the openness of technology, we are releasing Hass.io as [open source] under the Apache 2.0 license. That way any user can make sure that the code that runs in their homes is secure and safe. + +- [Learn more about Hass.io][Hass.io] +- [Install Hass.io][install] +- [Available add-ons][addons] + +Hass.io has been built by [Pascal Vizeli], the UI has been made by [Paulus Schoutsen] and [BRUHAutomation] made the introduction video. Big thanks to [Resin.io] for building ResinOS and helping us get started with it. Also a big thanks to the community for early feedback, helping out with the documentation and add-on development ❤️ + +_Some frequently asked questions are answered in the read more section._ + + + +#### {% linkable_title Do I need to use Hass.io to run Home Assistant? %} + +Hass.io is optional. You can still run Home Assistant standalone. + +#### {% linkable_title Which devices are supported at launch? %} + +Initially we support the Raspberry Pi 1, 2, 3 and Intel NUC. Advanced users can also [install Hass.io on a Linux server][advanced-install]. + +#### {% linkable_title Can I install packages or scripts on the machine? %} + +No, this is not possible as we're using stateless Docker containers. To install a package you'll have to write a local add-on that interacts with Home Assistant. See [our tutorial][run-local]. + +#### {% linkable_title Can I restore a snapshot on a different device? %} + +Yes, any Hass.io snapshot can be restored on any device. + +#### {% linkable_title The Hass.io configuration panel contains powerful tools. Why is there no security? %} + +We have already implemented the backend and plan to release the UI soon. + +#### {% linkable_title Is there a roadmap? %} + +We use [Pivotal Tracker] to track things that are in progress and what we might work on. + +[Hass.io]: /hassio +[install]: /hassio/installation +[Homebridge]: https://github.com/nfarina/homebridge +[hb-hass]: https://github.com/home-assistant/homebridge-homeassistant +[Pascal Vizeli]: https://github.com/pvizeli/ +[Paulus Schoutsen]: https://github.com/balloob/ +[ResinOS]: https://resinos.io/ +[Docker]: https://www.docker.com/ +[addons]: /addons/ +[bestlibre]: https://community.home-assistant.io/t/repository-bestlibre-addons-repository/18037 +[danielperna]: https://community.home-assistant.io/t/repository-hass-configurator/17838 +[olivierg]: https://community.home-assistant.io/t/repository-homebridge-add-on/18569 +[vkorn]: https://community.home-assistant.io/t/repository-few-addons/20659 +[install-demo]: https://youtu.be/NfyavpAg4as +[BRUHAutomation]: https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w +[open source]: https://github.com/home-assistant/hassio +[Google Assistant]: /addons/google_assistant/ +[Let's Encrypt]: /addons/lets_encrypt/ +[Duck DNS]: /addons/duckdns/ +[advanced-install]: /hassio/installation/#alternative-install-on-generic-linux-server +[Pivotal Tracker]: https://www.pivotaltracker.com/n/projects/2020851 +[run-local]: /hassio/run_local/ +[Resin.io]: https://resin.io diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 35f02859150..921afe5b850 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -12,6 +12,12 @@ footer: true You will need to install Home Assistant before we can get started. You can install Home Assistant on your computer or you can turn a Raspberry Pi into a dedicated Home Assistant hub.
+ +
+ +
+
Install Hass.io on your Raspberry Pi 3
+
+
For alternative installation methods please take a look at the [installation documentation](/docs/installation/). diff --git a/source/index.html b/source/index.html index 6cc53fb9748..ef9b2241c3d 100644 --- a/source/index.html +++ b/source/index.html @@ -34,6 +34,10 @@ hide_github_edit: true Chat
+ + + Read our founder's vision for the perfect home automation +
@@ -47,8 +51,8 @@ hide_github_edit: true {% endfor %}
- - Read our founder's vision for the perfect home automation + + Learn how Hass.io can turn your Raspberry Pi into the ultimate home automation hub From a183260cbb8b7709f4b1babafc2f3e7b21a0e68a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 25 Jul 2017 00:54:58 -0700 Subject: [PATCH 2/2] Rename post to 25th --- ...io.markdown => 2017-07-25-introducing-hassio.markdown} | 8 ++++++-- source/hassio/index.markdown | 4 ++++ source/index.html | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) rename source/_posts/{2017-07-24-introducing-hassio.markdown => 2017-07-25-introducing-hassio.markdown} (96%) diff --git a/source/_posts/2017-07-24-introducing-hassio.markdown b/source/_posts/2017-07-25-introducing-hassio.markdown similarity index 96% rename from source/_posts/2017-07-24-introducing-hassio.markdown rename to source/_posts/2017-07-25-introducing-hassio.markdown index 205e0c1192d..bc2db41f2ca 100644 --- a/source/_posts/2017-07-24-introducing-hassio.markdown +++ b/source/_posts/2017-07-25-introducing-hassio.markdown @@ -2,8 +2,8 @@ layout: post title: "Introducing Hass.io" description: "The ultimate home automation hub has arrived." -date: 2017-07-24 00:02:05 +0000 -date_formatted: "July 24, 2017" +date: 2017-07-25 00:02:05 +0000 +date_formatted: "July 25, 2017" author: Paulus Schoutsen author_twitter: balloob comments: true @@ -38,6 +38,10 @@ As we strongly believe in the openness of technology, we are releasing Hass.io a - [Install Hass.io][install] - [Available add-ons][addons] +
+ +
+ Hass.io has been built by [Pascal Vizeli], the UI has been made by [Paulus Schoutsen] and [BRUHAutomation] made the introduction video. Big thanks to [Resin.io] for building ResinOS and helping us get started with it. Also a big thanks to the community for early feedback, helping out with the documentation and add-on development ❤️ _Some frequently asked questions are answered in the read more section._ diff --git a/source/hassio/index.markdown b/source/hassio/index.markdown index 7fc9ceb660e..f39127e997c 100644 --- a/source/hassio/index.markdown +++ b/source/hassio/index.markdown @@ -24,6 +24,10 @@ The advantages of using Hass.io: - Easily install many popular add-ons including [Google Assistant], encryption via [Let's Encrypt] and dynamic DNS via [Duck DNS].

[Browse available add-ons »][all]

- Active community that is helpful and sharing add-ons including AppDaemon, Homebridge and InfluxDB.

[Browse the forums »][forums]
[Join the Hass.io chat »][chat]
[Browse community add-on repositories »][comm-add-ons]

+
+ +
+

Hass.io dashboard diff --git a/source/index.html b/source/index.html index ef9b2241c3d..c91666fa76e 100644 --- a/source/index.html +++ b/source/index.html @@ -51,7 +51,7 @@ hide_github_edit: true {% endfor %}

- + Learn how Hass.io can turn your Raspberry Pi into the ultimate home automation hub