300 Commits

Author SHA1 Message Date
Derek Brooks
94dd37d322 Update Z-Wave set_config_parameter (#3453)
Adds a bit of clarity to the `set_config_parameter` service.
2017-09-29 08:42:59 +02:00
rbflurry
5cd8995070
change uppercase to lowercase. (#3426)
This was applied as a part of https://github.com/home-assistant/home-assistant/pull/9427
2017-09-26 20:51:00 +02:00
Florian Klien
dd51ad0df5 fixed double 'the' (#3447)
* fixed double 'the'

mostly 's/the the /the /', little style changes where 'is' or 'to' was missing

* removed duplicate words

removed duplicate words like 'to to', 'you you' or 'account account' etc.

a batch of pizza-toasts burnt for this.
2017-09-26 20:30:04 +02:00
John Arild Berentsen
74785fb594 Update z-wave.markdown (#3213)
* Update z-wave.markdown

Changes for:
https://github.com/home-assistant/home-assistant/pull/9056

* Update z-wave.markdown

* Update z-wave.markdown

* Update z-wave.markdown
2017-09-26 09:58:23 +02:00
Mahasri Kalavala
94a862fd29 Added a section about delay during startup (#3421)
* Added a section about delay during startup

Added additional note right after configuration to let users know about the expected delays during startup due to installation of additional dependencies.

* Set first letter of name to upper-case
2017-09-23 18:28:35 +02:00
Paulus Schoutsen
1b1bf59c0c Merge branch 'current' into next 2017-09-21 21:23:50 -07:00
Thomas Redmer
3f4a820ec2 Simple typo correction (#3412) 2017-09-21 16:39:12 +02:00
Andrew Cockburn
0e6a9fbbae Update tutorial.markdown 2017-09-19 11:55:06 -04:00
Andrew Cockburn
7cd587a1df Update appdaemon.markdown 2017-09-19 11:54:13 -04:00
John
290ce7eb3e Update tls_self_signed_certificate.markdown (#3400)
* Update tls_self_signed_certificate.markdown

corrected typo and made file names match

* Replace HASS with Home Assistant
2017-09-18 21:47:08 +02:00
John
ef7953c5b0 Update tls_self_signed_certificate.markdown (#3396)
* Update tls_self_signed_certificate.markdown

Add .pem and  iOS info to save others searching for it like I had too and save time :)

* Minor changes

* Update names
2017-09-18 07:34:38 +02:00
John Arild Berentsen
09db289355 Add link to a very good info page about pitfalls of Z-Wave (#3376)
* Update z-wave.markdown

* Move link
2017-09-17 15:10:31 +02:00
Ted Drain
d60ecab58d Added log file option (#3365) 2017-09-13 23:53:32 -07:00
Mike G Chambers
dac5d05561 Added link to Hassio (#3356)
* Added link to Hassio

A Hassio link was added to the 'note' section about avoiding permission errors, but I think we need to add a link up top too so that folks can go see the upgrading section of the Hassio documentation.  Thanks

* Update updating.markdown
2017-09-12 09:53:09 +02:00
misterbenj34
ee5816c4fa Update device-specific.markdown (#3186)
Update automation example code with new standard (id)
2017-09-12 09:42:03 +02:00
morberg
8ce25595cf Simplify .gitignore example (#3341) 2017-09-11 09:27:46 +02:00
Eric Oosting
cf515b77fc update to reference hassio doc (#3337)
reference hassio doc root in order to make way for eventual upgrade documentation there.
2017-09-10 22:29:28 +02:00
Paulus Schoutsen
28fd5114d6 Merge branch 'current' into next 2017-09-07 07:42:43 -07:00
Pascal Vizeli
964b6224b0 New core state track feature (#3313)
* Update binary_sensor.template.markdown

* Update trigger.markdown

* Update trigger.markdown
2017-09-07 15:52:25 +02:00
Phill Price
085a0e7e37 Spelling change (#3299)
conection > connection
2017-09-03 21:41:21 +02:00
John
b714fe0af7 added home folder creation as not there by default (#3297)
added home folder creation as not there by default
2017-09-03 07:37:56 -04:00
DubhAd
4e1c04c951 Update Z-Wave documentation to mention Wake (#3291)
* Update Z-Wave documentation to mention Wake

Adding a note that battery powered devices need to be awake to update their settings, since this trips up many folks new to Z-Wave

* Updated documentation as per discussion
2017-09-02 22:53:47 +02:00
Addo Solutions
b6e145f3cf Feature/central scene documentation (#3288)
* Updating scene_activated to include scene_data

* Adding note about CentralScene

* Adding note about zwcfg

* Removing home seer notes and removing technical information

* Adding HomeSeer specific notes.

* Going back to pre-k to learn punctuation

Also tweaking a few bit of the examples and a few other silly mistakes

* Removing level extension from the zwave item
2017-09-01 21:41:46 +02:00
Mattias Ryrlén
6f959cd162 Update z-wave.markdown (#3262)
* Update z-wave.markdown

spent way to long time to find this, so thought about document it down.

* Minor change
2017-08-28 11:22:01 +02:00
mjj4791
44474e5342 prevent 502 errors caused by apache port-reuse (#3267)
Without the 'disableeuse=On' configured, Apache will try to reuse tcp ports even when these ports were closed by home assistant (tcp FIN was sent). When Apache tries to use such a port, no answer will come from home assistant, causing Apache to respond with a HTTP 502 error.

With this option turned on, the situation will not occur (since ports will not be reused).
2017-08-28 11:17:24 +02:00
Paulus Schoutsen
0dee2c22d9 Update events.markdown 2017-08-27 16:07:08 -07:00
Greg Stevenson
371245a261 Typo fix on scripts page (#3265) 2017-08-27 21:33:39 +02:00
Paulus Schoutsen
53928f87d2 Add state_with_unit info 2017-08-26 12:35:54 -07:00
JudgeDredd
8e8fbfb9e3 fix template-trigger link (#3244)
link does not go to template-trigger header. This is probably due to the getting-started redirect not respecting the tag
2017-08-26 12:00:03 +02:00
Paulus Schoutsen
2b8e24606f Add release blog post 2017-08-25 23:02:12 -07:00
Fabian Affolter
518dbd7b89
Merge branch 'current' into next 2017-08-25 10:03:26 +02:00
Fabian Affolter
723f78b59f
Update Chromium and Firefox 2017-08-24 08:39:56 +02:00
Fabian Affolter
f57f91dda4
Add link to configuration docs 2017-08-23 11:07:17 +02:00
Ben
e9c1684e71 Reverse proxy details for Caddy Server (#3222)
* Reverse proxy details for Caddy Server

Code snippet to show a working example of using Caddy as a reverse proxy to Home Assistant.

* Update docs_navigation to include link to Caddy

Update sidebar with link to new doc showing example of Caddy reverse proxy

* Update caddy.markdown
2017-08-23 09:20:25 +02:00
githubbuh
e80b421b3b Include remove -id: for !include_dir_list 2017-08-22 21:53:12 -07:00
Fredrik Lindqvist
ad5c9df9b8 Fix wireless network for hassbian
With later versions of wpa_supplicant the conf file needs a little bit more added to it.
2017-08-20 23:12:08 +02:00
mauriciobonani
c39d784f6d Correcting some command lines (#3210) 2017-08-20 21:16:18 +02:00
Andrew Cockburn
b78d2c6948 Update hadashboard.markdown 2017-08-20 11:23:59 -04:00
Andrew Cockburn
df3c4c5a4e Update updating.markdown 2017-08-20 10:43:51 -04:00
mauriciobonani
b32c99cf44 Distribution name correction (#3195) 2017-08-18 09:57:44 +02:00
rbflurry
ab20f06776 Update Numeric State (#3191)
* Update Numeric State

 Add note on using above and below in the same trigger

* Changed formating
2017-08-17 09:21:19 +02:00
Franck Nijhof
b2f40816a1 Review/Edit: Hass.io (#3190)
Documentation fixes (spelling, grammar, and punctuations) to the 'Hass.io' section of the website.
2017-08-16 21:31:51 +02:00
fedor1210
2ae1440208 Reverted browsers.markdown (as maps are now fixed) (#3188)
Map in Safari is fixed in 0.51, but I'm not sure about text about it: is it needed?
2017-08-16 10:10:37 +02:00
Will Heid
56e6f01c9f grammar 2017-08-15 10:03:03 -07:00
Fabian Affolter
fa563cba7e
Merge branch 'current' into next 2017-08-10 23:34:55 +02:00
fedor1210
4cefda7047 Updated Safari in browsers.markdown (map CSS is corrupted) (#3158)
* Updated Safari in browsers.markdown

Map has corrupted CSS on Mac and iOS

* Rewrote to a less controversial statement.
2017-08-10 17:48:44 +02:00
Andrew Cockburn
30c4ae88be Update hadashboard.markdown 2017-08-09 14:27:20 -04:00
Andrew Cockburn
21b9881536 Update appdaemon.markdown 2017-08-09 14:24:11 -04:00
PhracturedBlue
6ccf851546 Documentation for asterisk_mbox component (#2908)
* Add asterisk_mbox documentation

* Bad filename

* Capitalization error

* Update documentation based on changes to the mailbox implementation

* Typos as per review

* Remove mailbox sensor, since the functionality is included in the mailbox component.  Added ha_version to each file since the code has now been merged.
2017-08-08 13:27:04 +02:00
Paulus Schoutsen
333ab25a27 Update scripts.markdown 2017-08-07 23:07:29 -07:00