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"
|