Commit graph

553 commits

Author SHA1 Message Date
Daniel Shokouhi
58bc0b814c
Wording change 2018-02-20 08:28:17 -08:00
Daniel Shokouhi
9d171ff596
Small change to recommend adding a network key to the configuration
We should consider recommending a network key for all z-wave installations. As users begin to add more and more devices they may not think about adding this later on as the network grows. Many users come to Discord or elsewhere and get confused as to why their Z-Wave device is not functioning correctly and come to find out they needed a network key and to add the device securely. As more and more Z-Wave Plus devices come out there are more security enabled devices as well.  All locks and sensors are pretty much security devices.
2018-02-20 08:07:08 -08:00
Omen Wild
0a0a0a20a2 Add a Python program to print the correct code sequence for compliant devices (#4619)
* Add a Python program to print the correct code sequence for compliant devices

* Remove blank lines
2018-02-15 19:13:53 +01:00
Otto Winter
4f6179e2ff Fix MQTT tls_version docs (#4666)
* Fix MQTT tls_version docs

* Quick fix for escaping issue

* Remove space
2018-02-15 19:04:37 +01:00
George Vedamanickam
132b152841 Update tls_self_signed_certificate.markdown (#4679)
Minor typo in the word complain
2018-02-15 18:53:27 +01:00
poldim
97c3b418f5 Update discovery.markdown (#4662) 2018-02-13 18:56:05 +01:00
Bob Igo
f97d5189e9 Provide an example of how to make a 'when dark' condition by ORing sunrise and sunset conditions. (#4652)
See issue#12308 at https://github.com/home-assistant/home-assistant/issues/12308
2018-02-13 11:10:53 -05:00
CupricReki
fb2236f70e Update installation.markdown (#4661)
`raspbi-config` changed to `raspi-config`
2018-02-13 17:04:25 +01:00
Philip Rosenberg-Watt
ea164a47d8 Fix typo (#4656) 2018-02-12 22:50:56 +01:00
Philip Rosenberg-Watt
cee6165345 Fix typo (#4655) 2018-02-12 22:47:50 +01:00
Louis Laureys
ddf522bb7b Update dead links (#4637)
Links were moved.
2018-02-11 19:57:40 +01:00
Mahasri Kalavala
99383a0ee7
Merge pull request #4610 from home-assistant/skalavala-patch-2
Added additional details to the Developer Tools.
2018-02-09 16:51:17 -05:00
Maido Käära
d797d4dd48 Incorrect event name (#4540)
* Incorrect event name

event_light_state_changed is the correct event in the configuration example

* Put back typo fix
2018-02-09 22:09:32 +01:00
Fabian Affolter
1247a72051
Minor updates 2018-02-09 21:02:30 +01:00
Mahasri Kalavala
b6e9abe95d
Added additional details to the Developer Tools.
More documentation to help clarify how the Developer Tools is and  how it should be used.
2018-02-09 11:39:38 -05:00
Paulus Schoutsen
73b0e785fc Add blog post disabling Disqus 2018-02-08 22:23:50 -08:00
DubhAd
34c5baefa3 Added note about error (#4559)
Adding a specific note about the error that indicates the library is missing
2018-02-08 21:48:06 +01:00
Andrew Cockburn
f7679d10e9 Update hadashboard.markdown (#4572) 2018-02-03 19:29:03 +01:00
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