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:
Paulus Schoutsen 2018-06-15 15:19:58 -04:00 committed by GitHub
parent ac13a2736b
commit 8a777f6e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 12 deletions

View file

@ -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'