* 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 0ef9d1c6bb
.
7 lines
145 B
Python
7 lines
145 B
Python
"""Constants for the Dormakaba dKey integration."""
|
|
|
|
DOMAIN = "dormakaba_dkey"
|
|
|
|
UPDATE_SECONDS = 120
|
|
|
|
CONF_ASSOCIATION_DATA = "association_data"
|