mirror of
https://github.com/home-assistant/core.git
synced 2025-05-11 17:39:17 +00:00
6 lines
152 B
Python
6 lines
152 B
Python
"""Constants for the Kuler Sky integration."""
|
|
DOMAIN = "kulersky"
|
|
|
|
DATA_ADDRESSES = "addresses"
|
|
DATA_DISCOVERY_SUBSCRIPTION = "discovery_subscription"
|