Files
home-assistant-core/homeassistant/components/snapcast/const.py
T

12 lines
243 B
Python

"""Constants for Snapcast."""
from homeassistant.const import Platform
PLATFORMS: list[Platform] = [Platform.MEDIA_PLAYER]
CLIENT_PREFIX = "snapcast_client_"
CLIENT_SUFFIX = "Snapcast Client"
DOMAIN = "snapcast"
DEFAULT_TITLE = "Snapcast"