Add scaffold for helper integration config flow (#67803)
This commit is contained in:
parent
aa82f96c16
commit
f0dba8ec70
10 changed files with 316 additions and 0 deletions
|
@ -6,6 +6,10 @@ DATA = {
|
|||
"title": "Config Flow",
|
||||
"docs": "https://developers.home-assistant.io/docs/en/config_entries_config_flow_handler.html",
|
||||
},
|
||||
"config_flow_helper": {
|
||||
"title": "Helper Config Flow",
|
||||
"docs": "https://developers.home-assistant.io/docs/en/config_entries_config_flow_handler.html#helper",
|
||||
},
|
||||
"config_flow_discovery": {
|
||||
"title": "Discoverable Config Flow",
|
||||
"docs": "https://developers.home-assistant.io/docs/en/config_entries_config_flow_handler.html#discoverable-integrations-that-require-no-authentication",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue