5 lines
136 B
Python
5 lines
136 B
Python
"""Constants for the Kaleidescape integration."""
|
|
|
|
NAME = "Kaleidescape"
|
|
DOMAIN = "kaleidescape"
|
|
DEFAULT_HOST = "my-kaleidescape.local"
|