270 Commits

Author SHA1 Message Date
Dubh Ad
684358a14c Version bumb (#9619)
Bumping the version of Python to 3.6 minimum, and suggesting 3.7
2019-06-13 10:06:48 +02:00
Robin
bcd0c2104d Update guidance on using HA with Docker on synology (#9599)
As per issue https://github.com/home-assistant/home-assistant.io/issues/9592#issuecomment-500212790
2019-06-10 14:43:06 +02:00
DubhAd
69023ebd5e Bumping Python (#9579)
Since we'll shortly be dropping 3.5, time to tell people to use at least 3.6
2019-06-07 10:04:18 +02:00
Claudio Barca
5df1565f16 Add note for ARM architecture (#9497)
* Add note for ARM architecture

* Minor change
2019-05-22 23:04:27 +02:00
nickidw
77645798a4 Update raspberry-pi.markdown (#9338)
Added additional dependency libssl-dev to avoid "fatal error: openssl/opensslv.h: No such file or directory” during pip3 install homeassistant step.
2019-04-28 18:44:14 +02:00
jasonbuechler
8ca60a728f pkg-update doesn't have "assume yes" flag (#9218)
I'm guessing the -y was meant to be on pkg upgrade, instead?

from pkg help update:
     pkg update [-fq] [-r reponame]
     pkg update [--{force,quiet}] [--repository reponame]
2019-04-16 09:16:21 +02:00
David Beitey
c27b6ad50b Update install docs for FreeNAS 11.2 (#9206)
* Update install docs for FreeNAS 11.2

This includes some best-practice improvements (such as running Home
Assistant as a limited-access user vs root), using Python 3.7 to install
and adding a BSD-style service to manage and test configuration.

* Fix typo
2019-04-13 13:33:35 +02:00
DubhAd
5ed9c98da7 Adding details on upgrade, beta, and versions (#8646)
Rather than incomplete instructions in the upgrade page, adding the details here
2019-03-31 12:46:15 +02:00
DubhAd
abb3edbbcf Adding details here on running version (#8644)
Instead of missing this out here, pulling the details from the Hassbian scripts docs
2019-03-31 12:43:30 +02:00
DubhAd
1d2eb9f412 Adding upgrade details (#8643)
* Adding upgrade details

Adding details here on how to upgrade and run specific versions, rather than leaving them as incomplete generic steps in the Updating page

* ✏️ Tweaks
2019-03-31 12:41:21 +02:00
allserv
802750accd Update command to upgrade via hassbian-config (#8959)
An error is present in the hassbian-config upgrade command
2019-03-16 11:02:50 +01:00
Carter
84b946f726 fix automate command by adding dash (#8851)
I get 
```
pi@hassbian:~ $ sudo hassbian-config upgrade homeassistant
/usr/local/bin/hassbian-config: line 140: /opt/hassbian/suites/upgrade_homeassis                                                                                                                                    tant.sh: No such file or directory
/usr/local/bin/hassbian-config: line 141: homeassistant-upgrade-package: command                                                                                                                                     not found
```
when running what it currently is.
adding the dash in home-assistant fixes the issue
2019-03-07 16:07:15 +05:30
cvwillegen
b7c1f61cc0 Fix a few links so that they are clickable (#8789)
- []() syntax does not work within embedded HTML
- Fix a few other links so that they become clickable
2019-03-01 12:28:55 +01:00
Jürgen Haas
fc743f4f8e Add command line argument --init (#8232)
See also https://github.com/home-assistant/home-assistant/issues/20260, the --init argument makes sure that the python service does not run with PID 1 which on some host systems can not be killed, i.e. restarting the service from within the UI is unreliable without that argument.
2019-02-27 10:28:30 +01:00
hybridparadigm
c73525a709 Updates for python36 and scl (#8721)
* Updates for python36 and scl

Latest changes to installing the scl environment don't include the scl command, scl-utils is needed along w/ the proper repository in Centos7 to be enabled via RH and then downloaded to the environment which you are building and then SCL commands will work and setting python environment for bash will work too.

* Minor changes
2019-02-27 10:22:58 +05:30
Paulus Schoutsen
28d0f2fe4a Merge branch 'rc' into current 2019-02-20 11:15:07 -08:00
andrew-curtis
027f8413ca Added Synology Z-Wave USB stick configuration option (#8289)
* Added Synology Z-Wave USB stick configuration 

added Docker Terminal command for creating a new Synology Docker container with access to a connected Z-Wave USB stick.

Would be good to add similar config switches for the other platforms too?

* Apply suggestions from code review

trying my best to stumble through this. I'm still very new to this and have only read the Home Assistant doco on contributing. Hopefully i have done this right?

* ✏️ Tweaks
2019-02-14 19:30:36 +01:00
Fabian Affolter
d7777727cf
Minor changes 2019-02-14 14:33:42 +01:00
eugeneniemand
1fa375efdc Update updating.markdown (#8568)
I almost ran out of disk space by pulling the main home-assistant docker image and not the RPi version.
2019-02-14 10:18:49 +01:00
Fabian Affolter
ea4598343c
Merge branch 'current' into next 2019-02-13 18:04:19 +01:00
Anders Einar Hilden
13467f21ba Add instructions for connecting to hidden SSIDs (#8465)
* Add instructions for connecting to hidden SSIDs

* Minor change
2019-02-10 22:35:42 +01:00
Brad Sanders
e7e1fe62d7 Fix Typo (#8440)
Changed "Max OS" to "Mac OS"
2019-02-07 21:51:17 +01:00
Dominik Palo
777eb6388e Rename Etcher to balenaEtcher (#8363) 2019-02-01 16:01:15 +01:00
Pieter Ennes
c0b54fb017 Needs libffi-dev to compile on Debian 9.7. (#8330) 2019-01-29 01:07:05 +01:00
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