mirror of
https://github.com/home-assistant/core.git
synced 2025-06-04 21:27:10 +00:00

* Add support for dormakaba dKey locks * Pylint * Address review comments * Add test for already configured entry * Add user flow * Address review comments * Simplify config flow * Add tests * Sort manifest * Remove useless _abort_if_unique_id_configured * Remove config entry update listener * Simplify user flow * Remove startup event * Revert "Simplify user flow" This reverts commit 0ef9d1c6bb452b3a06856bc6bf5e81303a33c6b9.
8 lines
145 B
Python
8 lines
145 B
Python
"""Constants for the Dormakaba dKey integration."""
|
|
|
|
DOMAIN = "dormakaba_dkey"
|
|
|
|
UPDATE_SECONDS = 120
|
|
|
|
CONF_ASSOCIATION_DATA = "association_data"
|