13 Commits

Author SHA1 Message Date
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -07:00
On Freund
f0973bf4d7
Update Data Entry Flow docs with field pre-fill (#492)
Update the docs with instructions on pre-filling values using either `default` or `suggested_value`, and the differences between them.
2020-05-03 09:26:22 -04:00
Paulus Schoutsen
9dce45bf85
Document advanced mode for flows (#473)
Co-Authored-By: Franck Nijhof <git@frenck.dev>
2020-04-24 11:11:01 -07:00
Austin Mroczek
9b8a18d1b2
Update data_entry_flow_index.md (#408)
It seems the code has moved to async_create_entry() but the docs have not.

Changes all listings of create_entry() to async_create_entry()
2020-02-17 08:33:53 -08: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
Dave T
71799579e5 Grammar/typo corrections in dev docs (#379)
* Improve grammar

* Improve grammar

* Improve grammar

* Improve grammar
2020-01-04 16:00:17 +01:00
Paulus Schoutsen
e650f89dd1
Add external step UX tip 2019-10-15 16:38:31 -07:00
Paulus Schoutsen
ae62362b7d
Update config entry docs (#273) 2019-06-12 09:31:05 -07:00
Fabian Affolter
9ad43a40cb
Minor changes (#77) 2018-08-21 22:04:31 +02:00
Jason Hu
10af454c21 Allow finish flow callback change result type (#76) 2018-08-21 21:38:48 +02:00
Jason Hu
53fef528b8 Update data entry flow doc to match current design (#75) 2018-08-21 15:35:03 +02:00
Paulus Schoutsen
6d6783cd22 data entry now called introduction in sidebar 2018-04-28 21:50:47 -04:00
Paulus Schoutsen
ddcd75b255 Add basic docs for config entries 2018-04-28 21:28:38 -04:00