mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add scaffold for helper integration config flow (#67803)
This commit is contained in:
@ -119,6 +119,11 @@ More info @ https://developers.home-assistant.io/docs/creating_integration_manif
|
||||
"default": "no",
|
||||
**YES_NO,
|
||||
},
|
||||
"helper": {
|
||||
"prompt": "Is this a helper integration? (yes/no)",
|
||||
"default": "no",
|
||||
**YES_NO,
|
||||
},
|
||||
"oauth2": {
|
||||
"prompt": "Can the user authenticate the device using OAuth2? (yes/no)",
|
||||
"default": "no",
|
||||
|
Reference in New Issue
Block a user