107 Commits

Author SHA1 Message Date
blackmesataiwan
e1ff8be431
Update docker.markdown
Add docker tutorial on QNAP NAS
2018-02-26 15:42:47 +08:00
Daniel Shokouhi
7139ee18fd typo (#4731) 2018-02-22 04:11:07 +01:00
c727
4880ebda59
Update updating.markdown 2018-02-21 05:58:50 +01:00
Daniel Shokouhi
479334e869
updates 2018-02-20 17:14:23 -08:00
Daniel Shokouhi
6a2c047889
Add capital letters for Home Assistant
oops :)
2018-02-20 16:20:44 -08:00
Daniel Shokouhi
87d999f3ef
Add some emphasis about Breaking Changes
We should provide proper guidance to the user about the importance of release notes and paying attention to breaking changes.  A common error users face while updating home assistant is not paying attention to the breaking changes.  If the user has not done an update in sometime they may also forget about previous breaking changes that still stand.
2018-02-20 16:15:35 -08:00
Ville Skyttä
b39bd81c6e Spelling fixes (#4532)
* Spelling fixes

* "It's" -> "its" fixes

* Fix capitalization of "Pi" in "Raspberry Pi"

"Pi", not "PI" or "pi".
2018-01-28 22:28:56 +01:00
Jerry Workman
50e4cec1ff Fix symbolic links, permissions and ownership (#4528)
Fix symbolic links to python3 and homeassistant executable. Fix permissions and ownership to homeassistant directory to allow writing to home-assistant.log.
2018-01-27 18:18:16 +01:00
Franck Nijhof
6224c71c08 Various markdown, spelling, and grammar fixes #3 (#4510)
*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00
Åskar Andersson
483bc52dc0 wheel install needed (#4499) 2018-01-24 08:27:20 +01:00
Adrian Campos
8b1a3c80a1 Fixed broken link to autostart docs (#4497) 2018-01-23 08:05:39 +01:00
CV
7a946e9ca9 Make a refer to autostart (#4460)
* Make a refer to autostart

For first time users it is not obvious to find autostart documentation.

* Fix typos and link
2018-01-21 18:07:11 +01:00
Derek
efb054277d Grammar Updates (#4481)
The grammar police came by and fixed some it.
2018-01-21 09:47:57 +01:00
DubhAd
f0853d279a Added Python version notes (#4406)
Given that people using Windows keep grabbing the alpha releases of 3.7, I've added a recommendation of Python 3.6, and a note about not downloading alpha or beta versions, and how to identify them.
2018-01-13 18:59:48 +01:00
R Huish
dd9667c6ad Broken internal link for [autostart](docs/autostart/) (#4408)
Current link giving 404 error
2018-01-13 18:58:57 +01:00
overkill32
5e3e8f59a5 Update freenas.markdown (#4307)
* Update freenas.markdown

The example provided for a chained command to mkdir /home and /home/.homeassistant was missing the second mkdir command.  A copy and paste of this example would fail.

* Update freenas.markdown

Updated mkdir commands to use '-p' option.
2018-01-03 21:34:05 +01:00
Mahasri Kalavala
2ad2ebce8f Update raspberry-pi.markdown (#4319) 2018-01-03 21:24:16 +01:00
fenner
63ac2f27fd Fix link to "other installation guides" (#4317) 2018-01-01 19:24:12 +01:00
DubhAd
6e0ce3f41c Update guide for clarity (#4249)
* Update guide for clarity

Recommends auto-starting by default, with manual starting as an option. Explicitly pull out the upgrade steps (since it also involves stopping HA first). Recommend install as a dedicated user.

* Minor changes
2017-12-28 12:19:57 +01:00
mvgrimes
83e008be84 Improves documentation on deploying via docker (ex: devices and compose) (#3981)
* Removes extraneous paragraph from docker documentation

It looks like this line was intended to go somewhere else, but got
erroneously bumped into the `Restart` section.

* Adds instructions to expose devices when deploying under docker

* Adds info about `docker-compose.yml` configuration to docker deployments

The docker command is pretty complicated and doesn't support automated
restarts. I think most users with want to use `docker-compose` (or
`docker swarm`) to deploy.
2017-12-20 12:27:23 +01:00
Fabian Affolter
1a6e71f12d
Fix 2017-12-19 08:58:40 +01:00
Fabian Affolter
8edda562f0
Add links (as requested) 2017-12-19 08:57:47 +01:00
Jenya Y
78573e9624 Typo (#4224) 2017-12-17 10:29:34 +01:00
Paulus Schoutsen
a835d5feda Update virtual environment instructions (#4191)
* Update virtual environment instructions

* Add link to other guides
2017-12-16 11:57:55 +01:00
Fabian Affolter
9271f5aeef
Fix link 2017-12-11 12:26:03 +01:00
Fabian Affolter
c1704be891
Simple add it to the list 2017-12-07 22:49:05 +01:00
Jacques-D. Piguet
5fd6466280
Missing dependancy for Debian
I'm not sure since what Debian version...
2017-12-07 15:57:38 +01:00
c727
2c0837926b AIO installer is deprecated (#4080)
* AIO installer is deprecated

* Remove AiO
2017-11-28 09:43:29 +01:00
Fabian Affolter
9fa93cb9f9
Fix name 2017-11-26 23:23:33 +01:00
Jerry Workman
cb6e9dbbb3 Add reference to HA version and what's new in the latest release. (#4038)
Provide information to users so that they can determine the impact of the latest version on their system. Updates many times require changes to configuration, renaming of entities (z-wave for example), and deprecation of features,
2017-11-21 19:52:08 +01:00
Joe Gross
16fd4474d2 Correct container name for restart command (#4021)
Using above instructions container name includes the dash.

shiny % docker ps
CONTAINER ID        IMAGE                          COMMAND                  CREATED             STATUS              PORTS                    NAMES
a9be19e6c76a        homeassistant/home-assistant   "python -m homeass..."   5 minutes ago       Up About a minute   0.0.0.0:8123->8123/tcp   home-assistant
shiny % docker restart homeassistant
Error response from daemon: No such container: homeassistant
[1]    67676 exit 1     docker restart homeassistant
shiny !1! % docker restart home-assistant
home-assistant
2017-11-20 08:38:53 +01:00
Paulus Schoutsen
559cfe67c7
Merge pull request #4001 from home-assistant/release-0-58
0.58
2017-11-18 12:19:59 -08:00
DubhAd
bac5eeeb8a
Added ref to the netdisco libraries 2017-11-17 10:34:10 +00:00
Paulus Schoutsen
5ab2ca280b Merge remote-tracking branch 'origin/current' into next 2017-11-16 22:15:30 -08:00
jimbob1001
27d38de0c0 update to synology docker install page (#3989)
* update to synology docker install page

Unfortunately the Synology GUI way of installing Home Assistant through docker does not allow access to the USB devices to use a Bluetooth or Z-Wave radio (has to be done via ssh) - User Phil Hawthorne has provided great instructions on his blog to access these devices - so wondered if it was acceptable to provide a link (otherwise it would require adding quite a lot of info to the page)
Regards,
James

* Make a note
2017-11-15 11:42:33 +01:00
Fabian Affolter
9128742b1b
Python release (#3966)
* Remove 3.4

* Add note
2017-11-12 19:40:46 +01:00
c727
1ec80cf84c [Install] Refresh Venv guide (#3931)
* [Install] Refresh Venv guide

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown
2017-11-12 15:00:31 +01:00
Paulus Schoutsen
9e1043fa21 Merge branch 'current' into next 2017-11-11 13:02:56 -08:00
jimbob1001
6ad5f68509 typos & additional info (#3940)
typo - the instructions suggest calling your container "homeassistant" but then refer to restarting a container called "home-assistant"
typo - "lose" instead of "loose" & "a" instead of "an"
additional - web interface accessible using http://synologyIP:8123
additional - how to restart from synology
2017-11-10 10:07:33 +01:00
jimbob1001
29220c2e19 Update docker.markdown (#3935)
* Update docker.markdown

Added info to add timezone variable to docker using synology gui

* Fix name
2017-11-09 08:09:58 +01:00
Per Osbäck
345dbfd1c3 fix hasbian typo (that means something different) (#3886) 2017-11-04 10:49:52 +01:00
DubhAd
4d312f3a10
Power and Jessie notes
Added warning about using a suitable power supply. Added note about Stretch not being supported yet.
2017-10-29 10:01:21 +00:00
DubhAd
2c9b770de2
Adding power supply reminder 2017-10-29 09:59:49 +00:00
Devon Peet
2237849339 Simple rewrite of phrase for clarity (#3793) 2017-10-27 07:32:29 +02:00
Sven-Hendrik Haase
4bdfe75b0a Correct way 'Arch Linux' is spelled (#3723) 2017-10-23 08:28:02 +02:00
DubhAd
810d5ad738 Corrected permissions
Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
2017-10-19 08:43:36 +01:00
Ashton Campbell
9e6b9cb658 Fixed common spelling mistakes (#3544)
* fix spelling errors

* Update binary_sensor.xiaomi_aqara.markdown

Reverts to previous revision before spell check.

* Update tellstick.markdown

Reverts to previous revision before spell check.

* Update owntracks_two_mqtt_broker.markdown

Reverts to previous revision before spell check.

* Update cla_sign.html

Reverts to previous revision before spell check.

* Update credits.markdown

Reverts to previous revision before spell check.

* Update api.markdown

Fixed spell checker changing noone to no one.
2017-10-08 00:39:32 +02:00
Fabian Affolter
ae690e4953 Merge pull request #3530 from home-assistant/release-0-55
0.55
2017-10-07 21:12:17 +02:00
arretx
c346f6f752 A few clarifications (#3541)
* A few clarifications

These are a few clarifications that would have made the instructions a bit more clear.  I figured out what to do, but some of the behavior's were unexpected and I had to guess through a few things.

* Minor changes
2017-10-07 09:40:28 +02:00
Fabian Affolter
82e40588c6
Fix typo 2017-10-06 14:26:36 +02:00