mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
6 lines
137 B
Python
6 lines
137 B
Python
"""Constants for the Idasen Desk integration."""
|
|
|
|
DOMAIN = "idasen_desk"
|
|
|
|
EXPECTED_SERVICE_UUID = "99fa0001-338a-1024-8a49-009c0215f78a"
|