diff --git a/atom.xml b/atom.xml index f8e8c3fbfb..db00a31616 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
diff --git a/blog/2018/02/26/release-64/index.html b/blog/2018/02/26/release-64/index.html index 9debf76dff..7673f95e0c 100644 --- a/blog/2018/02/26/release-64/index.html +++ b/blog/2018/02/26/release-64/index.html @@ -151,6 +151,13 @@…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
(string)(Optional)An API Key generated for the project from Google Console which allows you to update devices without unlinking and relinking an account (see setup below). If not provided then the request_sync service is not exposed.
+(string)(Optional)An API Key generated for the project from Google Console which allows you to update devices without unlinking and relinking an account (see step 9 below). If not provided then the google_assistant.request_sync
service is not exposed. It is recommended to set up this configuration key as it also allows the usage of the following command, “Ok Google, sync my devices”. Once you have setup this componenet you will need to call this service (or command) each time you add a new device that you wish to control via the Google Assistant integration.
This installation of Home Assistant requires the Raspberry Pi to run Raspbian Lite. The installation will be installed in a Virtual Environment with minimal overhead. Instructions assume this is a new installation of Raspbian Lite.
++Although these installation steps specifically mention a Raspberry Pi, you can go ahead and proceed on any Linux install as well. This guide is also referred to as the “Advanced Guide” for a virtual environment install. +
Connect to the Raspberry Pi over SSH. Default password is raspberry
.
You will need to enable SSH access. The Raspberry Pi website has instructions here.
$ ssh pi@ipadress
@@ -112,7 +115,11 @@ Since this account is only for running Home Assistant the extra arguments of $ source bin/activate
Once you have activated the virtual environment you will notice the prompt change and then you can install Home Assistant.
+Once you have activated the virtual environment (notice the prompt change) you will need to run the following command to install a required python package.
+(homeassistant) homeassistant@raspberrypi:/srv/homeassistant $ python3 -m pip install wheel
+
+Once you have installed the required python package it is now time to install Home Assistant!
(homeassistant) homeassistant@raspberrypi:/srv/homeassistant $ pip3 install homeassistant
system-connections/resin-sample
file and follow the ResinOS howto.-Please remember to ensure you’re using an appropriate power supply with your Pi. Mobile chargers may not be suitable since some are designed to only provide the full power with that manufacturer’s handsets. -
/config/
(From the UI choose Hass.io which is located in the sidebar).+Please remember to ensure you’re using an appropriate power supply with your Pi. Mobile chargers may not be suitable since some are designed to only provide the full power with that manufacturer’s handsets. +
+
If you copy over your existing Home Assistant configuration, make sure to enable the Hass.io panel by adding either discovery:
or hassio:
to your configuration.