25 Commits

Author SHA1 Message Date
Paulus Schoutsen
47ed55f216
Update async sign path docs (#1203)
* Update async sign path docs

* Fix typo

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-01 12:04:36 +01:00
Denilson Sá Maia
98e928e7bb
Typo: s/thee/the/ (#882) 2021-04-11 10:42:01 +02:00
Adam Ernst
a7b2715c76
Tweak "Long-Lived Access Tokens" documentation (#716)
It's much easier to grab a long-lived access token via the web frontend, so mention that *first*.

It appears that the previous ordering was just an artifact of the fact that web frontend support was added later than websocket support. See #151.
2020-11-08 12:45:06 +01:00
Santobert
c67f2bdef7
Fix some typos (#679) 2020-10-11 18:10:50 +01:00
Franck Nijhof
698139469a
Fix bunch of links (#545) 2020-05-19 09:56:08 +02:00
Jeff Rescignano
bbe386ecd8
Fix authentication message URL on Authentication API page (#533) 2020-05-17 15:36:44 +02:00
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -07:00
Tom Brien
d6e06a716d
Replace quotes with tip boxes (#458)
* Replace quotes with tip boxes

The use of quotes was making important content less clear than the body. Docusaurus now has native tip boxes use remark-admonitions so use these instead.

* Replace json5 codeblock language with json

json5 doesn't have native syntax colouring. Rather than handle with custom css just flip block to have `json` set as language to create same result. All blocks were standard JSON anyway
2020-04-04 14:32:57 -07:00
Tom Brien
974b29ebac
Migrate to Docusaurus V2 🐱🐉 (#412)
* Migrate to Docusaurus V2

* Add redirects

Only covers most recent version

* Add omitted scripts folder

* Include working yarn.lock
2020-02-19 19:36:13 +00:00
Ville Skyttä
770185004b
Code block improvements (#382)
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

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

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
McNutty195
685856983f Update auth_api.md (#151)
Added mention of the UI token generator for Long-Lived Access Tokens in the Home Assistant Profile Page on line 169.
2018-11-26 20:34:08 +01:00
Paulus Schoutsen
e4db9e8c49
Spelling 2018-10-24 19:06:34 +02:00
Paulus Schoutsen
40a7174266 Add extra note about expiration time 2018-10-24 17:49:59 +02:00
Paulus Schoutsen
fb614a9f0b Add docs for signed path 2018-10-24 17:43:58 +02:00
Ville Skyttä
6041e8382f Spelling fixes (#86)
Thanks
2018-09-15 08:45:12 -07:00
Jason Hu
f4cd3d62e9 Add some access token programming examples (#84)
* Add some access token samples

* Update auth_api.md
2018-09-12 10:20:34 +02:00
Paulus Schoutsen
ca5f783b1a
Update auth_api.md 2018-09-11 18:10:13 +02:00
Jason Hu
cfa016e33a Add long-lived access token (#82)
* Update auth_index.md

* Add auth/long_lived_access_token WS API
2018-09-11 17:36:06 +02:00
Paulus Schoutsen
3cac18c744 Update auth API text 2018-08-31 17:02:26 +02:00
Paulus Schoutsen
31b9776102
Update auth_api.md 2018-08-31 16:54:01 +02:00
Paulus Schoutsen
d399747b67
Update auth API (#73)
* Update auth API

* Update
2018-08-31 16:51:36 +02:00
Paulus Schoutsen
90daa12d8c Update api docs 2018-08-16 21:49:23 +02:00
Stephen Vanterpool
e5e97e8f41 Fix link that was pointing at localhost. (#57) 2018-07-21 09:00:43 +02:00
Paulus Schoutsen
a1c5a46d86 Add blog post about trying auth 2018-07-01 23:10:23 -04:00
Paulus Schoutsen
20a95a44d7 Add authentication docs 2018-05-10 16:22:51 -04:00