Show notification when user configures Nest client_id/secret (#14970)
* Show notification when user configures Nest client_id/secret * Lint
This commit is contained in:
parent
ac13a2736b
commit
8a777f6e78
6 changed files with 65 additions and 12 deletions
|
@ -9,6 +9,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
SOURCE_USER = 'user'
|
||||
SOURCE_DISCOVERY = 'discovery'
|
||||
SOURCE_IMPORT = 'import'
|
||||
|
||||
RESULT_TYPE_FORM = 'form'
|
||||
RESULT_TYPE_CREATE_ENTRY = 'create_entry'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue