mirror of
https://github.com/home-assistant/core.git
synced 2025-05-20 22:07:08 +00:00

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