48 Commits

Author SHA1 Message Date
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
Paulus Schoutsen
aa4ea0af93
Update providers.markdown 2019-11-03 11:47:03 -08:00
RichardUUU
50158b3b84 Fixed some confusing typos (#10943) 2019-10-22 16:49:27 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +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
Franck Nijhof
debee58f8e
Collection of configuration block fixes (#9884) 2019-07-18 12:41:56 +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
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
Underknowledge
146796a4f7 Update multi-factor-auth.markdown (#9530)
* Update multi-factor-auth.markdown

Took me a while to get the config after it wasn't clear that I only have to define the entity_id without the domain.

* Update source/_docs/authentication/multi-factor-auth.markdown

Co-Authored-By: Jorim Tielemans <tielemans.jorim@gmail.com>

* Update source/_docs/authentication/multi-factor-auth.markdown

Co-Authored-By: Jorim Tielemans <tielemans.jorim@gmail.com>
2019-06-19 17:09:37 +02:00
DavidFW1960
e150096635 correct indenting in top examples (#9152) 2019-04-04 21:34:35 -04:00
DavidFW1960
6ad81402bd add quotes to IPv6 addresses for trusted_users (#9127) 2019-04-04 21:45:20 +02:00
Paulus Schoutsen
e2677c4d78 Update text 2019-04-03 11:06:52 -07:00
Jason Hu
544b619301 Add trusted_users in trusted networks auth prov (#9059) 2019-03-27 21:56:33 -07:00
John Evans
744406aeae
Small typo 'Srdaerr' to 'Stderr'
Please excuse if this is not actually a typo.
2019-03-21 01:06:24 +00:00
Tuncay
bdaea4482d Spelling (#8993)
Changed 'rlease' to 'release'.
2019-03-20 18:50:57 -04:00
Paulus Schoutsen
fc641dd944 Merge branch 'rc' into current 2019-03-20 11:53:40 -07:00
Paulus Schoutsen
ee7c06c9ad
Remove localhost from trusted networks. 2019-03-20 07:32:12 -07:00
Jason Hu
68298c5c08 Deprecated http.api_password (#8894)
* Update providers.markdown

* Update http.markdown

* Update http.markdown

* Update source/_components/http.markdown

Co-Authored-By: awarecan <awarecan@users.noreply.github.com>

* Update source/_components/http.markdown

Co-Authored-By: awarecan <awarecan@users.noreply.github.com>
2019-03-11 19:59:00 +01:00
Jason Hu
3514a7baea Add config for trusted networks auth provider (#8605)
* Update providers.markdown

* Update providers.markdown
2019-02-27 01:58:46 +01:00
aquarium
fcf97f2773 Auth providers doc should use gender neutral language. (#8660) 2019-02-21 09:34:47 +01:00
Robert Schindler
47ce52f7f8 Added docs for command line auth provider (#8321)
* Added docs for command line auth provider

Regards home-assistant/home-assistant#19985

* Added reference to a compatible script for LDAP authentication

* Added note about stderr with command_line auth provider

* Added note about stripping usernames

* Note that usernames are stripped with command_line auth provider
2019-02-06 16:42:08 -08:00
Franck Nijhof
69a0bfd29a 🔨 Replaces all hardlinks with relative ones (#8207) 2019-01-19 11:56:44 +01:00
Klaas Schoute
fe852b9e93 Update Multi-factor-auth component configuration (#7270) 2018-10-30 19:13:48 +01:00
bonanitech
328de6424e Update providers.markdown (#7228)
Just fixing a broken link
2018-10-29 15:53:20 +01:00
Ian Slinger
a2289c4d06 Tidying up some of the auth docs. (#7146)
* First pass at tidying up auth docs.

Rearranged some of the images to enhance the flow and reorganised some
of the steps for setting up MFAs.

Submitting this as WIP for pull request.

* Some more cleanup and changes to the text, mostly for clarity (IMHO).

This should be all that is required for the moment, but some more info on
Trusted Networks would be useful. I had a few subtle issues setting that
up regarding proxies so I'll look at adding that if I figure out how to
explain it succinctly.

* ✏️ Tweaks

* ✏️ Tweaks

* ✏️ Tweaks
2018-10-29 14:04:52 +01:00
Ville Skyttä
c9f9085867 Spelling and grammar fixes (#6650) 2018-10-10 09:09:58 +02:00
Christian Studer
3af63feb83 Fixes multiple typos (#6588) 2018-10-08 19:52:35 +02:00
Gerard
6a27dd89e5 Remove duplicate text (#6520) 2018-10-05 12:29:25 +02:00
Jason Hu
88f1e347bb Update multi-factor-auth.markdown (#6389) 2018-09-30 21:12:48 +02:00
Paulus Schoutsen
47d0901d9f Merge branch 'rc' into current 2018-09-28 16:53:14 +02:00
Adam Mills
2068f12e74 Remove stale version warning (#6351)
This feature is now released, so this warning isn't necessary any longer.
2018-09-25 08:47:32 +02:00
Paulus Schoutsen
6b36e0eb76 6 digit 2018-09-24 23:24:42 +02:00
DubhAd
3203fdef65
Merge pull request #6131 from home-assistant/awarecan-patch-1
Add notify MFA module
2018-09-24 20:44:42 +01:00
Jason Hu
be1223e91e
Add issue link 2018-09-15 14:33:32 -07:00
DubhAd
905676ba69
Spelling/grammar tweaks 2018-09-15 13:32:40 +01:00
bastshoes
80b34251e0
Adding warning regarding legacy_api password
Currently there is an issue #16441. Leagacy_api password not loaded if api_password located in package.
2018-09-11 20:39:05 +03:00
Jason Hu
97fef7f0e9
Update multi-factor-auth.markdown 2018-09-06 13:59:36 -07:00
Jason Hu
ea28791f6b
Merge branch 'next' into awarecan-patch-1 2018-09-06 13:56:17 -07:00
Jason Hu
c1a0c4e87e
Update multi-factor-auth.markdown 2018-09-05 00:04:08 -07:00
Charles Garwood
e2dcd24aab Update note about default auth_providers (#6184)
* Update note about default auth_providers

Update the warning note to specify that HA automatically configures auth_providers, and manually specifying auth_providers in configuration.yaml can cause issues

* Minor changes
2018-09-04 09:24:27 +02:00
plyblu
c45ead8a01 Update multi-factor-auth.markdown (#6128)
* Update multi-factor-auth.markdown

improve spelling and grammar

* Minor changes
2018-09-01 11:07:57 +02:00
Jason Hu
197a87b5e6
Add notify MFA module 2018-08-31 23:34:36 -07:00
Paulus Schoutsen
7b3961d127 Merge branch 'rc' into current 2018-08-29 12:13:23 +02:00
Jason Hu
c76e262bcb Fix a link (#6106) 2018-08-29 11:59:26 +02:00
Jason Hu
ccb632bc4e Add TOTP MFA docs (#6089)
* Add TOTP MFA docs

* Remove configuration options
2018-08-27 22:45:39 +02:00
Jason Hu
2cac5cef5b Update providers.markdown (#6091) 2018-08-27 10:54:09 +02:00
Paulus Schoutsen
ce9d0751ea
Add auth docs (#6068)
* Add auth docs

* Minor tweak

* ✏️ Spelling

* ✏️ Spelling

* ✏️ Spelling and grammar

* Remove impossible
2018-08-24 17:07:45 +02:00