11 Commits

Author SHA1 Message Date
Allen Porter
04e6cd5406
Update options flow examples to including typing (#1338) 2022-05-23 09:12:52 +02:00
Dave T
df72f05d41
Minor grammar fix (#1220) 2022-02-19 13:06:36 +01:00
Marc Hörsken
fcfe383a92
Add missing config_entry to OptionsFlowHandler (#1113)
The config_entry needs to be passed to the OptionsFlow
Handler
in order to be then usable in its method async_step_init.
2021-10-29 19:28:11 +02:00
Tom Brien
eee23aec0a
Update options update listener steps (#996)
* Update update listener doc

* Grammar
2021-07-04 03:33:57 +02:00
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