264 Commits

Author SHA1 Message Date
James Sun
4010e57de7
Let's Encrypt docs - fix typo "certbox" to "certbot" (#12487) 2020-03-23 09:15:13 +01:00
Willem-Jan
86fc0c0031
fix spelling appdeamon to Appdaemon (#12415) 2020-03-17 22:10:38 +01:00
Franck Nijhof
3c9cb849ab
Remove obsolete mobile page (#12257)
* Remove obsolete mobile page

* Cleanup asset
2020-03-04 10:17:22 +01:00
Valerio Baudo
a913852ef4
Added SAN to the example openssl command (#12258)
* Added SAN to the example openssl command

This ensures that the Home Assistant Companion on Android 10 (this is what I tested) will correctly connect to the local Home Assistant instance. This is due to compliance with RFC 2818, which states that support for CN fallback is deprecated and only SAN should be used to establish whether a certificate is valid or not.

* ✏️ Tweaks

* Update tls_self_signed_certificate.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-04 09:31:20 +01:00
Alok Saboo
aa7a018464
Change i.e. and e.g. to i.e.,, and e.g., (#12162)
* Change i.e. and e.g. to i.e.,, and e.g.,

* Update textlintrc.json

* Update .textlintrc.json

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* added i.e.,

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-22 20:50:26 +01:00
Franck Nijhof
8b5d31a312
Remove notebook from docs, redirect to data portal (#12146) 2020-02-20 22:53:43 +01:00
Franck Nijhof
e77bfc4293
Cleanup Hass configurator docs (#12144) 2020-02-20 22:53:18 +01:00
Franck Nijhof
fb08878719
Re-branding; part 1 (#12076)
* Re-branding; part 1

* Update source/_docs/configuration/troubleshooting.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Update source/_docs/configuration/yaml.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

* Remove Porosity page

* Update source/_docs/z-wave/installation.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-13 19:39:47 +01:00
Franck Nijhof
5c9dc17328
Extends textlint Terminology list; part 6 (#12074) 2020-02-13 16:30:14 +01:00
Franck Nijhof
6ead12efbc
Extends textlint Terminology list; part 5 (#12072)
* Extends textlint Terminology list; part 5

* Remove walkthrough from textlint

* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00
Franck Nijhof
bbdefa833e
Extends textlint Terminology list; part 3 (#12069)
* Extends textlint Terminology list; part 3

* Fix apcupsd
2020-02-12 22:24:59 +01:00
Franck Nijhof
f0d37f49db
Extends textlint Terminology list; part 2 (#12068) 2020-02-12 19:59:10 +01:00
Franck Nijhof
752dec4047
Adds Terminology Textlint plugin, fixes use of Home Assistant (#12063) 2020-02-12 11:16:02 +01:00
Paul Manzotti
e655105145
Updated remaining references to certbot-auto (#12038)
certbot-auto appears to no longer be the preferred method to install certs, certbot is now the recommended method https://github.com/certbot/certbot/issues/6933#issuecomment-481243457

Also updated some text blocks to bash.
2020-02-10 20:24:21 +01:00
Paul Manzotti
ab5b788291
Update lets_encrypt.markdown (#12026)
certbot-auto appears to no longer be the preferred method to install certs, certbot is now the recommended method (https://github.com/certbot/certbot/issues/6933#issuecomment-481243457)

I've also added an additional chmod that I had to add to allow Home Assistant to read the cert files, as otherwise I got the error:

Invalid config for [http]: file not readable for dictionary value @ data['http']['ssl_key'].
2020-02-10 13:03:12 +01:00
Michele Porelli
d8f2232e86
fixed nginx configuration for subdomains (#11974)
proxy options were missing for the root location
2020-02-05 09:43:00 +01:00
Franck Nijhof
04712c4628
Spelling and Markdown fixes: Part 4 2020-01-29 11:57:44 +01:00
Franck Nijhof
25759149bf Spelling and Markdown fixes: Part 2 (#11900)
* Spelling and Markdown fixes: Part 2

* ✏️ Fix table

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-01-28 22:46:19 +01:00
Franck Nijhof
d5d8c0c938
Merge branch 'rc' into current 2020-01-15 21:42:58 +01:00
Zhao
bec63cd245 Updated the appdaemon repository. The current version is not v… (#11705) 2020-01-12 10:27:56 +01:00
Brian Dunlay
59cc1f0d18 Add tunnel timeout to support websocket connections (#11708)
HomeAssistant uses a 55 second interval[1] to send heartbeats to
the Lovelace UI over WebSockets. If the tunnel timeout[2] is not
set, the WebSocket connection from the browser to the server is
reset every 50 seconds. When the connection resets, it reconnects
automatically, and causes the page to reload. Any unsaved data in
forms is lost.

This commit adds a sane default of 60 seconds to the HAProxy
configuration for tunneled connections, so that the frontend
WebSocket connection doesn't time out every 50 seconds.

[1]: 9c551ae85d/homeassistant/components/websocket_api/http.py (L111)
[2]: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-timeout%20tunnel

Related: home-assistant/home-assistant-js-websocket#108
2020-01-11 11:41:21 +01:00
John Hollowell
64b938b3d1 Update Misc Typos (#11597)
* Update providers.markdown

* Update tutorial.markdown

* Update aws.markdown

* Update vera.markdown
2020-01-10 09:30:44 +01:00
Mattheus
4a902a7835 remove api_password option from http: config (#11680)
remove api_password option from http: config because the option are deprecated since 0.90 release of HomeAssistant.
2020-01-09 10:50:47 +01:00
Franck Nijhof
ada7cc55a4 Entity Component to no longer generate automatic groups (#11662)
* Entity Component to no longer generate automatic groups

* Entity Component to no longer generate automatic groups
2020-01-07 18:00:45 +01:00
Ville Skyttä
b6a904933b Code blocks (#11648)
* Run black on Python code blocks, syntax fixes

https://github.com/scop/misc/blob/master/black_markdown.py

* Code block language marker fixes

* String formatting style tweaks
2020-01-07 12:58:15 +01:00
Ville Skyttä
301edb9bd2 Home Assistant etc spelling consistency fixes (#11637)
* Be consistent with Home Assistant spelling

* Refer to the Configurator without "HASS"

That's what's it calls itself and how it is in the add-on store.

* Be consistent with Hass.io spelling

* Tell vscode to spell HassOS like that
2020-01-05 12:44:21 +01:00
Dubh Ad
0fcd54373d Removing reference to api_password (#11626)
Removing the reference to the (deprecated) `api_password`
2020-01-03 23:54:41 +01:00
lyghtnox
eb1274ae42 Update nginx conf file (#11491) 2019-12-18 15:47:29 +01:00
Fermulator
3bf731534a More on CA and reference domain ownership (#10764)
* DOCS: more on CA and reference domain ownership

I've been using the self-signed certificate option for some time, and was hunting for alternative options to transition to a trusted cert.
Going back to documentation, updating it with some context for those possibly unfamiliar (CA), and adding a reference to the domain ownership method.

* add site root

* revert site root

* ✏️ Tweaks


Co-authored-by: Franck Nijhof <frenck@addons.community>
2019-12-16 13:11:55 +01:00
Ville Skyttä
4567163c1f Grammar and spelling fixes (#11455) 2019-12-14 18:16:50 +01:00
Fabian Affolter
3b39c55582 Fix permissions (#11402) 2019-12-08 18:17:34 +01:00
Greg Martin
86b1902aaa Update backup_dropbox.markdown (#11388)
Basic grammar fix.
2019-12-08 10:48:43 +05:30
tiagofreire-pt
487d9587ea Add external link for tutorial about CA (#11275)
* Add external link for tutorial about CA

* Update tls_self_signed_certificate.markdown
2019-11-26 22:05:26 +01:00
Robbie Trencheny
f12698ff4f
Remove iOS docs 2019-11-26 09:39:21 -05:00
tiagofreire-pt
f53cda12f7 File name refactor and permissions revision (#11263) 2019-11-23 15:21:29 +01:00
Paulus Schoutsen
21f72d7c38 Merge branch 'rc' into current 2019-11-20 16:25:00 -08:00
Bram Kragten
18f940b7bb Add docs for scene editor (#11222)
* Add docs for scene editor

* Comments
2019-11-20 15:44:51 -08:00
Bas Nijholt
a2c6b7157a PEP8: fix style (#11167) 2019-11-14 14:55:57 +01:00
Franck Nijhof
9cfb9b69b1
Merge branch 'current' into next 2019-11-12 13:51:01 +01:00
James Goodhouse
66fddef70f Add iOS/macOS certificate requirements (#11157) 2019-11-12 08:28:43 +01:00
Franck Nijhof
446bfbf3b5
Revert "Update ios.markdown (#11084)" (#11090)
This reverts commit a4c8bf4fdb35091f9785f7b2d33b9d27a26e917f.
2019-11-03 14:17:31 +01:00
Filip van Hoeckel
a4c8bf4fdb Update ios.markdown (#11084) 2019-11-03 11:20:59 +01:00
Gedde
52abf7dd56 Update backup_github.markdown (#11088)
Just added a missing '>'
2019-11-03 11:20:10 +01:00
Fredrik Lindqvist
2937ca5308 Removal of Hassbian from documentation (#10934)
* R.I.P Hassbian

* Restore device tracker to glosssay

* Remove space
2019-10-26 09:53:03 +02:00
Alok Saboo
915def2c11 Fix misc typos (#10753)
* fix typos

* More typos
2019-10-12 23:52:29 +02:00
Hmmbob
b0998ea88b Fixing some more broken links (#10734)
* Fixing broken links in LaMetric documentation

* Fix broken links in Apache documentation

* Fix broken links in nginx documentation

* Fix broken links in Docker documentation

* Fix broken link in Synology documentation

* Fix broken link in armbian documentation

* Fix broken link in cover.rfxtrx

* Fix broken links in Installation notebooks docs
2019-10-12 12:51:57 +02:00
Ville Skyttä
c545e19c46 Spelling fixes (#10723)
* Spelling fixes

* ✏️ Tweak
2019-10-11 23:58:24 +02:00
Anders Fogh Eriksen
d129244447 Bump Python version in Travis CI example (#10635) 2019-10-06 23:11:14 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Mauricio Bonani
e0209f1482 Update graph.markdown (#10533)
* Update graph.markdown

* Change link to nbviewer
2019-10-01 21:47:20 +02:00