mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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"
|