535 Commits

Author SHA1 Message Date
Andrew Cockburn
ef66f7e253
Update appdaemon.markdown 2018-02-02 10:26:49 -05:00
Fabian Affolter
51f5cd59e9
Add missing influxdb_migrator (#4555)
* Add missing influxdb_migrator

* remove redirect
2018-01-31 10:25:22 +01:00
Fabian Affolter
5b6c51c154
Move all scripts to one location as one page per script (#4554) 2018-01-31 09:43:05 +01: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
Ville Skyttä
757eb292f2 Update ESPurna home page (#4535) 2018-01-28 09:10:52 +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
Fabian Affolter
4c45677ce1
Add section with firmware releases that supports discovery 2018-01-27 14:34:38 +01:00
Paulus Schoutsen
cc025a6a72 Merge branch 'current' into next 2018-01-26 00:49:00 -08:00
Mahasri Kalavala
3daa8c815d
Update scripts.markdown 2018-01-25 18:16:46 -05:00
DubhAd
94476935de Pulled through notes of other path options (#4438)
* Pulled through notes of other path options

Added notes that for Hass.io there may be multiple path options depending on the device.

* Updated Hass.io note
2018-01-25 22:55:59 +01:00
Mahasri Kalavala
a468d83300
Update scripts.markdown 2018-01-25 16:22:15 -05:00
Guyanthalas
f7c2c1af03 sync usb_path to other docs (#4439)
* sync usb_path to other docs

The hassio zwave documents reference usb_path: /dev/ttyACM0, so this document should be in sync. After some discussion it appears that this could be variable, in which case there should be a good way to figure out the CORRECT answer rather than using a guess as example code without stating it as such. Possibly linking back to the linux "how to find" section?

* Removed manual set language per suggestion
2018-01-25 21:50:43 +01:00
Mahasri Kalavala
7f22cf1683
Update scripts.markdown 2018-01-25 15:09:22 -05:00
Mahasri Kalavala
6901bdc5e9
Update scripts.markdown 2018-01-25 13:38:03 -05:00
CV
970acbb40b Make init script raspi-proof (#4459)
Raspbian does not keep files in /run. Therefor the pid directory needs to be created every time after boot. The easies is to put this into the start function.

Sorry, I did not test the patch with all my legacy systems.
2018-01-25 19:28:29 +01:00
phfix
5accd4b0d8 Explain that the config: is needed in the configuration.yaml (#4508)
* Explain that the config: is needed in the configuration.yaml

* Fix typos
2018-01-25 18:42:55 +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
DubhAd
42f9a8e5cd Fixed Heal notes (#4506)
Clarified that it needs to be Heal Network, and that after Remove you're not moving a device to its final place ;)
2018-01-25 18:19:46 +01:00
itineric
b9be5b2790 Update init.d.markdown (#4512)
Added missing PID_DIR declaration, service install generates errors since this variable is used during install / uninstall.
2018-01-25 18:19:03 +01:00
Fabian Affolter
2f8bd0b77e
Merge branch 'current' into next 2018-01-24 08:36:59 +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
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
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
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