5 lines
137 B
Python
5 lines
137 B
Python
"""Constants for the Idasen Desk integration."""
|
|
|
|
DOMAIN = "idasen_desk"
|
|
|
|
EXPECTED_SERVICE_UUID = "99fa0001-338a-1024-8a49-009c0215f78a"
|