42 Commits

Author SHA1 Message Date
Fabian Affolter
23585871fb
The default on Fedora 26 is Python 3.6 2017-07-14 16:35:34 +02:00
Otto-G
9a39b8e1ec Add auto start code and information for Z-wave stick (#2857)
* Add auto start code and information for Z-wave stick

* Update format
2017-06-20 21:28:40 +02:00
R Huish
c65cec1a66 Moved warning above command. (#2752)
* Moved warning above command.

Moved warning above command to ease reading.

* Remove note
2017-06-04 10:30:10 +02:00
Fabian Affolter
46c281450b
Add chown 2017-05-31 08:32:20 +02:00
Arno
8eff1f37f0 Typo: Forgot closing ) for link to virtualenv docs (#2695) 2017-05-23 18:26:46 +02:00
Arno
14c8e31f61 Extended installation instructions for Armbian (#2694)
Though not incorrect, the instructions for installing HA on Armbian are very sparse. This proposed change provides a better way to help users get Home Assistant properly installed on Armbian (linking to existing docs for setting up in a venv)
2017-05-23 13:24:19 +02:00
Fabian Affolter
b497fc4882 Merge pull request #2657 from home-assistant/release-0-45
0.45
2017-05-21 00:53:22 +02:00
Fabian Affolter
f2b5333802
Minor updates 2017-05-20 17:48:24 +02:00
Erik-jan Riemers
3a2b38ae38 more error proof (#2664) 2017-05-20 09:57:36 +02:00
Ruslan Kiianchuk
5cc239bc3e Fix pacaur invocation in Arch installation (#2663)
Pacaur does not work as root for security reasons, it will only ask for a password interactively when invoking `makepkg`:

```
$ sudo pacaur -S home-assistant
[sudo] password for zoresvit: 
:: you cannot perform this operation as root
```
2017-05-19 20:08:10 +02:00
Fabian Affolter
d5e7847682
Merge branch 'current' into next 2017-05-18 22:12:48 +02:00
Arno
707b6c7e77 pip3 install should be executed with sudo (#2652)
Installation will fail if not sudo-ed.
2017-05-18 07:47:05 +02:00
Fabian Affolter
c1cd6e65d9
Add link to firewall details 2017-05-15 14:09:12 +02:00
Fabian Affolter
fcab9fb717
Add requirement for netdisco 2017-05-15 14:09:12 +02:00
Fabian Affolter
4c523911d1
Remove duplicate command 2017-05-15 14:09:12 +02:00
Josh Wright
bb47c1d04e Update docs for PyPI python-openzwave install
PYOZW is now installed automatically from PyPI, simplifying the
installation process significantly.
2017-05-06 09:52:25 -04:00
Fredrik Lindqvist
31e75ff155 Remove reference to python3 Zwave in Venv 2017-05-04 12:08:18 +02:00
Tyler Shaw!
3d0ef70f0d updated install procedures for arch (#2513)
changed pacman for pacaur (pacman doesn't directly install things from the AUR, pacaur or cower do).
2017-04-26 22:22:36 +02:00
Fabian Affolter
24fd53f45b
Clean-up 2017-04-24 09:30:36 +02:00
Fabian Affolter
0ed45b8b43
Add details for the delay after an upgrade 2017-04-23 18:29:35 +02:00
Erik-jan Riemers
3e317889d6 Updated time on upgrade (#2486)
On my pi3 it took about say +- 3-5 minutes before it was all ready to go.
2017-04-23 18:26:47 +02:00
Fabian Affolter
810a0a7dfc
Merge branch 'current' into next 2017-04-21 08:04:05 +02:00
Jonathan Baginski
a68f0d7811 Update raspberry-pi-all-in-one.markdown
Removed fabric based upgrade instructions.
2017-04-16 22:58:11 -04:00
Paulus Schoutsen
cc81f09b65 Merge branch 'current' into next 2017-04-08 16:59:36 -07:00
Greg
f09c0ddc55 added install instructions for FreeNAS, added the logo image as well (#2392) 2017-04-07 21:37:56 +02:00
Fabian Affolter
f8e2b8877b
Add more details 2017-04-07 10:30:38 +02:00
Per Sandström
b00526642d Update archlinux.markdown 2017-04-05 21:46:45 +02:00
Nelis Willers
56652f979a SSH required to install Home Assistant (#2341)
Added a note on the All-in-one doc page
2017-03-27 07:56:27 +02:00
Sjors Spoorendonk
cbe09f0c26 Update raspberry-pi-all-in-one.markdown (#2206)
* Update raspberry-pi-all-in-one.markdown

Changed the way it showed what to do if you installed prior to december 2016. The replace with text made it unnecessary complicated.

* Update raspberry-pi-all-in-one.markdown

Changed code to Markdown
2017-03-24 21:22:58 +01:00
Johannes K
0b6c5cfe44 Extended Synology-section (#2260)
Added explanation regarding network-settings and instructions on how to update HA on Docker running on Synology NAS
2017-03-15 07:17:51 +01:00
Alexander Fortin
a8d4d74c8c Update Vagrant documentation (#2163) 2017-03-08 12:49:32 +01:00
NeLLyMerC
359496de1e Update step 1 to add group (#2194)
Following the directions as is yielded an error at step 2 when running `sudo chown homeassistant:homeassistant /srv/homeassistant` since there are no directions prior to make a group.
2017-03-04 16:39:06 +01:00
seanb-uk
0e5c6060d1 Update centos.markdown (#2183)
Added details for installing and enabling software collections and the adjustment needed to the systemd unit file.
2017-03-04 13:45:15 +01:00
Fabian Affolter
554a26556d Install section (#2181)
* Fix typo

* Add logos

* Add Fedora instructions

* Remove unused file

* Add macOS instructions

* Update

* Add details about AUR

* Add CentOS instructions

* Add vagrant logo

* Remove CentOS details

* Add inital armbian docs

* Update

* Move sections to overview

* Update installation overview
2017-03-02 14:10:40 +01:00
Fabian Affolter
49d3dd474b Add windows installation instructions (#2124)
* Add windows installation instructions

* Add logo, video, and remove from navigation
2017-03-01 12:10:21 +01:00
Johannes K
b54968eb39 added Docker-installation and corrected some $ (#2136) 2017-02-25 23:23:18 +01:00
Johannes K
859ccd1039 Clarified the Synology-section (#2137) 2017-02-25 23:22:35 +01:00
Johannes K
9a0faad57a Update docker.markdown (#2138) 2017-02-25 23:21:55 +01:00
roadrash2108
e72783969d Update docker.markdown (#2123)
* Update docker.markdown

* Update docker.markdown
2017-02-24 20:49:07 +01:00
Tom Chapin
80aae1502f Adding port proxy instructions for Windows (#2120) 2017-02-24 08:05:26 +01:00
Fabian Affolter
1c05a44df2
No longer point to hassbian upgrading 2017-02-23 22:13:53 +01:00
Fabian Affolter
481320128f Re-organisation Documentation and Getting started (#2055)
* Split MQTT documentation

* Add more details

* Move content to /docs

* Enable sidebar

* Move content to /docs

* Enable sidebar

* Move content

* Update links

* Remove wizard stuff

* Enable sidebar

* Minor changes

* Move MQTT parts to /docs

* update links

* Update links and sync content

* Fix link

* Enable sidebar

* Remove navigation

* Remove navigation and other minor updates

* Update links

* Add overview page

* Make title linkable

* Update

* Plit content

* Update links

* Rearrange content

* New getting-started section

* Add icons for docs

* Update for new structure

* Update for new structure

* Add docs navigation

* Add docs overview page

* Remove ecosystem navigation

* Add docs and remove other collections

* Move ecosystem to docs

* Remove duplicate files

* Re-add ecosystem overview

* Move to ecosystem

* Fix permission

* Update navigation

* Remove collection

* Move overview to right folder

* Move mqtt to upper level

* Move notebook to ecosystem

* Remove un-used files

* Add one more rectangle for iOS

* Move two parts back from docs and rename Run step

* Remove colon

* update getting-started section

* Add redirect

* Update

* Update navigation
2017-02-23 11:09:41 +01:00