196 Commits

Author SHA1 Message Date
pmmcmullen94
d066b69451 Fixed broken link (#8051)
Virtual env link was broken
2019-01-06 22:17:30 +01:00
DubhAd
e2910c7b99 Install guide missing a step (#8046)
The install guide forgets to say how to reach the UI 🤦‍♂️
2019-01-04 19:57:25 +01:00
Franck Nijhof
3fa1181745 ✏️ Updating Hass.io enhancement (#8007) 2019-01-01 13:13:02 +01:00
Andrej Friesen
d722e47e0f Add best practice on how to upgrade Hass.io (#7998)
* Add best practice on how to upgrade Hass.io

* Update name
2018-12-31 16:15:19 +01:00
Robert Schütz
b1cb93b8ba Package python3-dev is required, not python2-dev (#7978) 2018-12-29 15:47:58 +01:00
Pavol Babinčák
e74db7b344 Fedora improvements (#7774)
* Remove group gpio from Installation instructions for Fedora

That group doesn't exist on Fedora by default. I believe it makes more
sense to add homeassistant to that group later when that group needs to
be created.

* sudo to homeassistant before virtualenv is activated on Fedora

Very similar approach to Debian-based installation needs to be done
here. In the previous block of commands user homeassistant is created
and directories are chowned to him.

If one would try to run followup pip3 install or even hass itself as
current user he wouldn't be able to write to those directories or that
homeassistant user would be just useless.
2018-12-08 18:46:30 +01:00
qqgg231
be88529373 edited to follow documentation standards (#7766) 2018-12-07 20:00:22 +01:00
qqgg231
55b3a63dc5 Added explanation to docker command config (#7720)
* Added explanation to docker command config

It took me an hour to find how to edit this command, so I add explanation

* Minor change
2018-12-06 15:46:07 +01:00
Gert Jansen van Rensburg
59538740d7 Added command to run on docker for windows. (#7726) 2018-12-04 23:04:25 +01:00
DubhAd
bbe62ed42d Adding how to access HA (#7584)
Since the docs don't mention how to reach it, we really should ;)
2018-11-19 22:00:27 +01:00
firstmentoring
f373db2c38 Update virtualenv.markdown (#7574)
Added instructions for development libraries (build-essential libssl-dev libffi-dev) required for cffi, bcrypt, and cryptography. This may not be necessary on some Debian based systems for desktops with dev libraries installed but for server installations (I tested with Armbian) this is required.
2018-11-18 09:17:23 +01:00
Paulus Schoutsen
29164a1186 Merge remote-tracking branch 'origin/current' into rc 2018-10-26 10:55:38 +02:00
pyitphyoaung
d1387de5c4 rename Zigbee name references issue #7050 (#7053) 2018-10-24 16:11:36 +02:00
Franck Nijhof
80e6cdca2d
Merge branch 'current' into next 2018-10-21 15:18:58 +02:00
Diogo Gomes
ff8a183278 Beta version information (#6984) 2018-10-21 11:07:47 +02:00
Fabian Affolter
98fa00169b
Merge branch 'current' into next 2018-10-17 11:51:23 +02:00
Fabian Affolter
a409f89df8
Fix link 2018-10-14 22:33:21 +02:00
Fredrik Baberg
d488fcaf84 Update Vagrant Windows instructions, including Hyper-V. (#6589)
* Update Windows instructions, including Hyper-V.

* ✏️ Tweak
2018-10-13 23:02:33 +02:00
Florian Klien
d3589d9518 typos fixed (#6582) 2018-10-07 10:58:35 -04:00
Department G33k
94110afce8 Update upgrading.markdown (#6394) 2018-10-01 11:47:23 +02:00
DubhAd
9788c4f8fe Bigger warning (sync with Hass.io docs) (#6363)
At least a couple of times a week somebody turns up with issues, who's using a 0.5A mobile charger, or USB port on some device. Clearly the warning needs to be bigger.
2018-09-26 13:09:01 +02:00
ChrisTBarnes
71eb1b509d Update upgrading.markdown (#6348) 2018-09-24 10:40:05 +02:00
WofWca
42c3f9ef44 Update virtualenv.markdown (#6335) 2018-09-22 12:45:09 +02:00
DubhAd
0019a420ca Fixing formatting (#6304)
Triple back ticks need to be on their own line
2018-09-18 11:06:15 +02:00
DubhAd
99e079d0e6 Clarity edit (#6302)
The description of HA starting and creating directories has mislead a few folks, trying a wording tweak
2018-09-17 21:15:15 +02:00
Andrew Riley
50e6a8bdce correct typo (hassbian-sctipts -> hassbian-scripts) (#6241) 2018-09-09 18:40:15 +02:00
DubhAd
3530b131e2 Trying to direct people away from this (#6197)
Given the pain that uninformed people run into with a non-venv install, trying to push people towards the venv installs.
2018-09-05 07:51:21 +02:00
DubhAd
4d493d8612 Fixing formatting (#6165)
With the three ticks on the same line as the command it collapsed to a single line
2018-09-02 19:08:59 +02:00
tony chang
65a01fdc9e Update raspberry pi docker instructions (#6087)
There appears to be a latest tag now:
https://hub.docker.com/r/homeassistant/raspberrypi3-homeassistant/tags/
2018-08-27 10:54:57 +02:00
Sven-Hendrik Haase
56895804da Update wording for Arch Linux (#6065)
The current wording has two problems:

1) It says that there is still i686 but that is wrong incorrect. i686 has been dropped.
2) It implies that there official Home Assistant packages which is also not the case.
2018-08-24 01:15:49 +02:00
Mauricio Vidal
7956d7686c Update raspberry-pi.markdown (#6003)
* Update raspberry-pi.markdown

That package is required to prevent the error "Unable to install package netdisco" when running hass or the first time.

* Minor change
2018-08-13 11:08:08 +02:00
DubhAd
727840866d Adding user details (#5970)
Existing instructions are generic `user:group` which causes confusion. Adding a line to create a `homeassistant` user, and then adjusting the following line to use that user.
2018-08-07 13:38:31 +02:00
MeIchthys
85536f0485 Minor gramatical fix (#5962) 2018-08-06 12:57:10 +02:00
DubhAd
c0b8bf056e
Update installation.markdown 2018-07-28 12:53:32 +01:00
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