241 Commits

Author SHA1 Message Date
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
Mauricio Bonani
3d3b65a398 Update stats.markdown (#10534) 2019-10-01 21:45:58 +02:00
Mauricio Bonani
119185745b Fix notebook link (#10520) 2019-10-01 11:28:20 +02:00
Franck Nijhof
79206dd3f4
No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00
Franck Nijhof
da5e1aad0e
Adds GitHub Action for Remark, fixes code flag on fences (#10475)
* Adds basics for adding Remark

* Adds GitHub Action for remark

* Adds GitHub Action for remark

* Ensure all fenced code blocks have a code flag
2019-09-29 00:50:28 +02:00
J
fed4661146
Correct grammar and improve clarity 2019-09-06 10:51:02 -05:00
h4ckNinja
0923cb5735 Fix dead link (#10247) 2019-08-29 21:23:01 +02:00
Klaas Schoute
a20e6ac701 🔨 Fix broken links (part 5) (#10181)
* 🔨 Fix broken links (part 5)

* Update name
2019-08-20 16:12:57 +02:00
Andrew Simmons
72b3278bbc Specify text language on some code blocks (#10031)
* Specify text language on some code blocks

* ✏️ Tweak

* ✏️ Tweaks
2019-08-02 12:12:30 +02:00
Klaas Schoute
3fb1e31392 🔨 Fix broken links (part 4) (#10018) 2019-07-31 15:44:21 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Dubh Ad
b6ada31d46 Quick removal of links to setting the password (#9795)
API password is dead, we shouldn't be talking about it any more
2019-07-06 10:42:25 +02:00
Franck Nijhof
4a1932b2a8 Replaces all internal full URL links (#9787) 2019-07-06 09:02:33 +02:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
36b90f61f6
Revert "Update lets_encrypt.markdown (#9695)" (#9751)
This reverts commit 5198c2f7d44ddfd5cef335e9e5e71edb898ab6e7.
2019-07-01 16:29:56 +02:00
vivianpiketmedia
5198c2f7d4 Update lets_encrypt.markdown (#9695)
Added link to broader description on SSL/TLS.
2019-06-26 23:21:42 +02:00
Sean Mooney
3f09574f45
Update "OS X" to "macOS"
It's been called macOS for a little over 3 years now (https://www.wired.com/2016/06/apple-os-x-dead-long-live-macos/).
2019-06-21 18:40:44 -04:00
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) (#9656)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Barrysv
4c112c6652 Fix ipv6 issue with Nginx not redirecting to ipv4 instance of Hass (#9550)
In the Nginx config rather than specifying localhost:8123 use 127.0.0.1:8123 so this will ensure incoming IPv6 requests get redirected to Hass on IPv4. "localhost:8123" means Nginx will try to connect to Hass using the same protocol that came in - and Hass doesn't do dual stack at present
2019-06-04 21:31:20 +02:00
IIIdefconIII
89d2eac713
Update apache.markdown 2019-05-29 22:33:22 +02:00
Ian
7733304ca7
Update travis.yml
Recent compartmentalization of the HASS install has caused some things to break within Travis, and [this fix has been demonstrated to correct the issue](https://github.com/Apocrathia/home-assistant-config/pull/25).
2019-05-29 09:27:42 -05:00
Joost Boomkamp
bad2816aad tiny typo (#9511) 2019-05-24 10:02:25 +02:00
Dominik Palo
de3d650417 Fix link to the "DuckDNS suite" (#9487) 2019-05-19 15:14:43 +02:00