mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 09:41:51 +00:00
6 lines
136 B
Python
6 lines
136 B
Python
"""Constants for the Kaleidescape integration."""
|
|
|
|
NAME = "Kaleidescape"
|
|
DOMAIN = "kaleidescape"
|
|
DEFAULT_HOST = "my-kaleidescape.local"
|