9 lines
217 B
Python
9 lines
217 B
Python
"""Constants for the Kuler Sky integration."""
|
|
|
|
DOMAIN = "kulersky"
|
|
|
|
DATA_ADDRESSES = "addresses"
|
|
DATA_DISCOVERY_SUBSCRIPTION = "discovery_subscription"
|
|
|
|
EXPECTED_SERVICE_UUID = "8d96a001-0002-64c2-0001-9acc4838521c"
|