mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
12 lines
243 B
Python
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"
|