7 Commits

Author SHA1 Message Date
Paulus Schoutsen
0f65f56f70
Update config_entries_options_flow_handler.md 2020-07-01 11:32:21 -07: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
THATDONFC
187dca8491 Update config_entries_options_flow_handler.md (#340) 2019-10-30 09:03:47 +01:00
Paulus Schoutsen
95019a3ad2 Update docs for flow options (#303) 2019-08-16 11:39:57 +02:00
Paulus Schoutsen
e50669add1
Update config_entries_options_flow_handler.md 2019-08-14 09:30:49 -07:00
Paulus Schoutsen
ba924f7330
Docs to talk about intregrations (#215)
* Add manifest docs

* Talk about integrations

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Final comment

* Mention codeowners script
2019-04-06 20:08:49 -07:00
Robert Svensson
6ab90d72af
Dev docs for config entry options (#185)
* Dev docs for config entry options
2019-02-24 17:51:56 +01:00