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:
parent
b74cbb2a59
commit
ba55f1ff4b
13 changed files with 319 additions and 11 deletions
6
homeassistant/components/nuki/const.py
Normal file
6
homeassistant/components/nuki/const.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""Constants for Nuki."""
|
||||
DOMAIN = "nuki"
|
||||
|
||||
# Defaults
|
||||
DEFAULT_PORT = 8080
|
||||
DEFAULT_TIMEOUT = 20
|
Loading…
Add table
Add a link
Reference in a new issue