262 Commits

Author SHA1 Message Date
DubhAd
b5c815a163
Update installation.markdown 2018-07-28 11:23:15 +01:00
DubhAd
f84042dc07
Added SD card recommendation 2018-07-28 10:29:35 +01:00
Niels Keurentjes
bf69a5f76a Add instruction for restarting with Docker Compose (#5879) 2018-07-25 08:22:06 +02:00
BrendanMoran
fc8f2269e6 Minor Synology docker documentation updates (#5843)
Minor updates based on my experience of installing Home Assistant on docker on a Synology NAS (DS218+) running DSM version 6.2-23739.
2018-07-21 18:32:48 +02:00
Trey Richards
e748ea0492 Fix mixed up documentation URLs (#5760) 2018-07-11 19:50:26 +02:00
hitokiri8x
1bcb2af724 Add requisites for gpio (#5659)
Since homeassistant user is required to be in gpio group in order to use them, let's fix this during installation!
2018-07-04 20:22:03 +02:00
Joakim Sørensen
a771899eb0 Added venv installation steps for Windows (#5649)
* Added venv installation steps for Windows

* Update windows.markdown

* Fix typos

* Fix another typo
2018-07-03 12:54:48 +02:00
DubhAd
174a2c9ac9 Adding details on activating the venv (#5611)
* Adding details on activating the venv

We mention in a few places to activate the venv, or use the venv, but nowhere do we actually document how to do this.

* Update hassbian.markdown
2018-06-28 22:16:46 +02:00
DubhAd
582b166233 Adding details on activating the venv (#5612)
* Adding details on activating the venv

We mention in a few places to activate the venv, or use the venv, but nowhere do we actually document how to do this.

* Update raspberry-pi.markdown
2018-06-28 22:16:06 +02:00
Jonathan Wukitsch
d8a94f5356
Fix typo 2018-06-19 12:45:02 -04:00
Wade Dorrell
ac12bd4436 Fix spelling mistake (#5560) 2018-06-18 11:30:28 +02:00
Albert Lee
400bd8d2a4 Correct commands for 'homeassistant' user
* Update commands to start shell as 'homeassistant' user
* Fix references to 'hass' user
2018-06-03 16:56:00 +00:00
Fabian Affolter
225828db51
Add rfkill details (fixes #5471) (#5472) 2018-06-01 20:09:57 +02:00
Tom
83aaf05c47
Update Centos Installation include dependencies
I attempted to follow the documentation to install HASS on to Centos 7.5 minimal. I found gcc gcc-c++ were required for hass to complete the auto install of various python packages and systemd-devel for zwave. Figure this information/step should be included in the installation wiki for centos.
2018-05-16 09:24:33 +01:00
DubhAd
642e8fcb9d Adding in upgrade instructions (#5379)
The upgrade steps got lost along the way, adding them back in.
2018-05-16 09:59:41 +02:00
DubhAd
a3fca3d49b Added upgrade instructions (#5350)
* Added upgrade instructions

* Make it a heading
2018-05-14 14:19:49 +02:00
Paulus Schoutsen
5e7c31b16c
Fix styling 2018-05-01 14:21:34 -04:00
bonterra
490b5069a2 Update docker.markdown (#5266)
A more detailed installation description for Docker on Raspberry Pi 3 with Raspbian.
2018-04-29 09:59:54 +02:00
DubhAd
d6b1ac2262 Added dialout group (#5162)
* Added dialout group

Membership of the dialout group is required for Z-Wave and Zigbee sticks

* Minor change
2018-04-14 09:38:26 +02:00
DubhAd
f30e4a7c36 Moved the note up (#5166)
It's easy for people to fail to notice the note, since it comes after the default upgrade instructions. Moved it up to make it harder to miss
2018-04-14 09:31:40 +02:00
DubhAd
97525ba3eb Moved the Python warning (#5157)
Moved the Python version warning to the top of the page, and made it a warning
2018-04-12 13:38:03 +02:00
Fabian Affolter
9f70138ffc
Add container update 2018-04-09 16:05:21 +02:00
Fabian Affolter
17ccbcce24
Various fixes 2018-04-09 16:05:21 +02:00
Tim Hordern
46f89afa14 Fix markdown link in Docker Installation docs (#5140) 2018-04-09 09:38:28 +02:00
Fabian Affolter
5d0eb6b5a6
Remove periods 2018-04-06 23:06:25 +02:00
Ville Skyttä
ddbd670547 Spelling and grammar fixes (#5031)
* Spelling and grammar fixes

* Minor changes
2018-03-29 09:24:18 +02:00
DubhAd
5587190866 Added note about venv upgrade (#5030)
* Added note about venv upgrade

Added a note that if you've upgraded Python you'll need to rebuild the venv.

* Minor changes

* Replace short version
2018-03-29 09:23:20 +02:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Joakim Sørensen
6ea9c2d7a8 More hassbian docs (#4994) 2018-03-23 18:00:56 +01:00
Joakim Sørensen
8c71e26851 Changes to Hassbian documentation (#4992)
* Changes to Hassbian documentation

* Added info about suite to Let's Encrypt docs
2018-03-23 10:20:37 +01:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Fredrik Lindqvist
4a3d71bd40
Update installation.markdown 2018-03-16 20:02:10 +01:00
Fredrik Lindqvist
164bc60992
Update hassbian.markdown 2018-03-16 20:00:42 +01:00
spinside
f7b3b06d30 Updated SCL command to Python 3.6 instead of 3.5 (#4912)
* Updated SCL command to Python 3.6 instead of 3.5

Instructions are for installing Python 3.6 but the scl command given assumes you have Python 3.5

* Updated autostart systemd template to use Python 3.6
2018-03-14 08:02:21 +01:00
Josh McCarty
ebac258f4f Update the hassbian image file size (#4902)
* Update the hassbian image file size

The file size should match the current version of the image

* Remove hassbian image file size
2018-03-13 17:21:59 +01:00
Fabian Affolter
9523607693
Update (fixes #4868) (#4905) 2018-03-12 12:20:11 +01:00
DubhAd
2bf2777027 Added python version note (#4893) 2018-03-12 11:52:37 +01:00
DubhAd
bdfc324843 Provided note about python versions (#4892)
Synology Package Center provides only 3.5.1, nothing newer :(
2018-03-12 11:50:47 +01:00
DubhAd
21e9034e26 Minimum Python version requirements (#4887) 2018-03-12 11:50:11 +01:00
DubhAd
c2073378ff Bumped to Python 3.6 from 3.4 (#4891)
Skipped 3.5 because it provides 3.5.1.
2018-03-12 11:49:40 +01:00
DubhAd
2d37b3aa0f Bumped version to be explicitly 3.5.3 (#4890) 2018-03-12 11:48:36 +01:00
DubhAd
545c583fda Added version note (#4900)
Since Synology offer an outdated Python, providing a note about how to install 0.64.x
2018-03-12 11:46:26 +01:00
Paulus Schoutsen
2111cf50f5
Update virtualenv.markdown 2018-03-11 13:06:14 -07:00
IainPHay
ca952b41cc
Change upgrade homeassistant to upgrade home-assistant
Line 40 Change:
You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade homeassistant`
to
You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant`
as this was incorrect
2018-03-11 18:08:05 +00:00
Paulus Schoutsen
34a77610e0
Update docker.markdown 2018-03-09 23:57:50 -08:00
Paulus Schoutsen
d5883f9ee1 Merge branch 'current' into next 2018-03-09 07:42:47 -08:00
Matt F
5cd3526d56 Update docker compose examples (#4816)
The docker compose examples have you create a service called 'web', which will create web_1 docker container.  Other references within the documents say to run `docker restart home-assistant`, yet this docker container does not exist when using the docker compose examples.  Updated compose so they will have a standard name for the container that is created.
2018-03-06 22:35:31 +01:00
Scott Prive
ca946f274d Update docker.markdown (#4815)
# add paragraph to explain how to update docker-compose.yml example for macOS
# The TZ issue wasn't specific to `boot2docker`
# Add details link for net:host vs port: conflict
# Add details link for TZ issue
2018-03-06 21:17:04 +01:00
Matt F
a303c393d9 Update Synology installation instructions (#4845)
The command to chown the directory was backwards
2018-03-06 20:37:44 +01:00
DubhAd
d808f39a21 Added PSU warning (#4820) 2018-03-06 11:03:19 +01:00