Add config flow for nuki (#45664)

* implemented config_flow for nuki component

* warn -> warning

* exception handling & config_flow tests

* gen_requirements_all

* Update config_flow.py

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Pascal Reeb 2021-01-29 11:05:13 +01:00 committed by GitHub
parent b74cbb2a59
commit ba55f1ff4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 319 additions and 11 deletions

View file

@ -0,0 +1,6 @@
"""Constants for Nuki."""
DOMAIN = "nuki"
# Defaults
DEFAULT_PORT = 8080
DEFAULT_TIMEOUT = 20