Commit graph

512 commits

Author SHA1 Message Date
CV
44957c9499
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-22 08:28:50 +01:00
Fabian Affolter
645ed26dc9
Merge branch 'current' into next 2018-01-21 10:32:57 +01:00
Derek
efb054277d Grammar Updates (#4481)
The grammar police came by and fixed some it.
2018-01-21 09:47:57 +01:00
tschmidty69
122a77bc82 Added event_data_template (#4180)
* Added event_data_template

* Update scripts.markdown
2018-01-19 11:44:01 +01:00
CV
3453399df6 Changed wording and init scripts (#4455)
I  changed the init scripts to be more reliable.

hass executable supports the option --log-file. Using this is much safer and does not lead to problems with permission and overwriting old logfiles. Also I added creating the directory and ownership in the install function. To prevent log file groth I added a logrotate rule.

I moved the update-rc.d command you had in your manual into the install function since you already ad it in the uninstall function. This prevents more copy&paste errors.

I changed the PID file to be located in an extra directory. This way you do not have to to this hack with writing a fake PID file in the install function. Also, I read many users having problems that hass daemon is not starting (see eg. https://community.home-assistant.io/t/autostart-virtualenv-ubuntu-14-04/2120/37) without showing any errors. This is due to a missing PID file or its wrong permissions. By changing as stated and adding a test this problem should not arise any more.

I changes some wording in the manual to make it more understandable.
2018-01-18 23:45:19 +01:00
nicxvan
0d754a6299 Add text about serial option for z stick operation (#4440)
* Add text about serial option for z stick operation

* Fixing naming conventions to match brand names

* Fix name
2018-01-17 08:03:42 +01:00
DubhAd
978d901f71 Typo fix (#4437)
Missing comma, now found and restored to its rightful place
2018-01-17 08:01:47 +01:00
DubhAd
0b09c4edc3 Removed relative_time (#4423)
Apparently it was removed some time ago (bug from 0.30.1 saying it didn't work then), but the docs weren't updated.
2018-01-16 21:18:12 +01:00
Simon
dcac44041b Update hass-configurator.markdown (#4420)
* Update hass-configurator.markdown

add wget line

* Minor changes
2018-01-15 16:19:17 +01:00
Fabian Affolter
d2741bd344
update 2018-01-13 22:55: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
DubhAd
32e53ba464 Added WallC-S, layout tweak (#4387)
* Added WallC-S, layout tweak

Moved the central scene configs to their own block, added entry for WallC-S based on feedback in Discord

* 🚑 Fixing the build
2018-01-11 22:53:25 +01:00
Fabian Affolter
c13889dbee
Minor changes 2018-01-08 17:46:04 +01:00
Alex
0c3c98312f Advise to stop hass before running certbot (#4363)
* Advise to stop hass before running certbot

Since I had trouble running certbot while home assistant was running, but it worked fine when I stopped home assistant before, I added this to the tutorial.

* Update name
2018-01-08 13:04:46 +01:00
Marco
1d7c8dce63 readability and notes (#4335)
* Update media_player.yamaha_musiccast.markdown

https://community.home-assistant.io/t/support-for-new-yamaha-receivers-and-musiccast-devices/17001/22

* moved section

'authentication' guide should be right below the 'scanning' guide. it's one workflow

* easier searchable variable 'login_id'

* added a hint to enable home sharing

* fixed wrong syntax in config example

* added note for use over https

see https://github.com/home-assistant/home-assistant/issues/1258
2018-01-05 17:33:35 +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
3f14409ec3 Added link to securing checklist (#4323)
Seems silly that we don't point out about setting passwords etc here, so put a link back to the securing checklist.
2018-01-01 19:19:55 +01:00
Eamonn O'Connell
68c79e1d2c Improved zwave security network key description (#4309)
* Improved zwave security network key description

As someone adding a zwave device securely for the first time I found there were some gaps in the documentation.

* ✏️ Corrected small typo
2017-12-30 23:23:39 +01:00
DubhAd
7167ab1210 Update from forum post (#4305)
https://community.home-assistant.io/t/aeotec-wallmote-quad-zw130/12100/14 provided details on the Scene data for the Aeotec Wallmote
2017-12-30 12:23:33 +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
Josh Nichols
dc7b3458b3 Try to clarify acceptable component names in a package (#4284)
I read this a few times, and thought the original language was confusing, or at least a little ambiguous. Hopefully this helps a little?
2017-12-28 10:00:06 +01:00
Jon Griffith
e777af9ea1 Clarification regarding the frequency... (#4280)
It's often been noted in the forums that Template Triggers are sometimes overload and that you want to use them sparingly.  I haven't stress tested my system with this idea, but if the template triggers are tested every time any state changes, then that is the clarification that I've proposed in the documentation.
2017-12-26 21:10:55 +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
15e3857184 Revamp getting started (#4194)
* Revamp getting started

* Comments by Landrash

* Add text editor to software requirements

* Address comments
2017-12-16 13:37:08 +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
sveip
0c5d0bb522 Specify the correct device name for hass.io (#4206)
The doc might be misleading and make people believe they will have to add it manually with the curl command, which does not work.
2017-12-13 10:16:53 +01:00
Fabian Affolter
9271f5aeef
Fix link 2017-12-11 12:26:03 +01:00
Jeremy
d40dd5e6bb Update systemd.markdown (#4185)
Correct spelling of Home Assistant on line 131.
2017-12-11 10:04:38 +01:00
DubhAd
14f0228a96 Added note about hop limit (#4165)
Just found out about the 4 hop limit, update to reflect this
2017-12-10 12:27:16 +01:00
Anders Melchiorsen
5d09b8fe95
Revert "Added note about template triggers (#4018)" (#4097) 2017-12-08 23:52:39 +01:00
DubhAd
6029ef732f
Merge pull request #4157 from CCOSTAN/patch-45
Added in trigger data
2017-12-08 22:30:03 +00:00
Fabian Affolter
c1704be891
Simple add it to the list 2017-12-07 22:49:05 +01:00
Carlo Costanzo
06b8b5e90d
Added in trigger data
Because it took me YEARS to figure out.
2017-12-07 14:47:11 -05: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
Questler
33640d18af Update init.d.markdown (#4147)
* Update init.d.markdown

Added code for Python virtual environment

* Update init.d.markdown

* Update init.d.markdown
2017-12-06 22:41:27 +01:00
DoloresHA
8e199af488 change homeassistant.appapi to appdaemon.appapi (#4058)
As far as I understand it (I'm a noob), there is no such thing as homeassistant.appapi , but rather should be appdaemon.appapi. I encountered this issue as described in this thread: https://community.home-assistant.io/t/appdaemon-first-steps/24820/6?u=dolores
2017-12-06 08:24:45 +01:00
austinmroczek
9af39648c3 Add example network_key line (#4133)
Added an example network_key line for configuration.yaml file.

I was having a hard time making it work because I was re-using an existing key from Razberry which was in a slightly different format.  It wasn't until I "created" a new key to see the format.
2017-12-04 00:21:46 +01:00
DubhAd
e3a54014bf Added note about disabling Z-Way (#4027)
* Added note about disabling Z-Way

A few people have had problems where they've installed the Razberry software, and it's then caused problems (locking the card, and/or over-writing the `zwcfg*.xml` file). Adding a note to ensure that if installed it is disabled.

* Minor changes
2017-12-03 18:12:25 +01:00
Fabian Affolter
ade302523b
Merge branch 'current' into next 2017-12-02 01:13:00 +01:00
Zorks
6c2d9a60d8
changed example in 'burglar' example to true/false 2017-11-30 18:59:23 -08:00
DubhAd
ce2f0e91b4 Added note about polling interval (#4098)
Added polling interval note, since apparently it got lost. Also corrected a stray link.
2017-11-30 08:53:51 +01:00
c727
2c0837926b AIO installer is deprecated (#4080)
* AIO installer is deprecated

* Remove AiO
2017-11-28 09:43:29 +01:00
Taylor Vierrether
14c7ca6dff change example to pass true/false so it actually works, clarify snesor name, and fix broken links (#4084) 2017-11-28 09:42:10 +01:00
Odin Ugedal
118a7f59f4 Add template documentation for logarithm (#4081) 2017-11-27 21:29:08 -08:00