1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-03 15:13:54 +01:00
Files
core/homeassistant/components/kaleidescape/const.py
2022-03-08 00:16:43 +01:00

6 lines
136 B
Python

"""Constants for the Kaleidescape integration."""
NAME = "Kaleidescape"
DOMAIN = "kaleidescape"
DEFAULT_HOST = "my-kaleidescape.local"