* 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>
6 lines
95 B
Python
6 lines
95 B
Python
"""Constants for Nuki."""
|
|
DOMAIN = "nuki"
|
|
|
|
# Defaults
|
|
DEFAULT_PORT = 8080
|
|
DEFAULT_TIMEOUT = 20
|