hass-core/homeassistant/components/nuki/const.py
Pascal Reeb ba55f1ff4b
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>
2021-01-29 11:05:13 +01:00

6 lines
95 B
Python

"""Constants for Nuki."""
DOMAIN = "nuki"
# Defaults
DEFAULT_PORT = 8080
DEFAULT_TIMEOUT = 20