mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 22:05:25 +01: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"
|