1
0
mirror of https://github.com/home-assistant/core.git synced 2026-08-05 04:48:51 +01:00
Files
core/homeassistant/components/linkplay/const.py
T
2024-09-11 18:38:06 +02:00

8 lines
150 B
Python

"""LinkPlay constants."""
from homeassistant.const import Platform
DOMAIN = "linkplay"
PLATFORMS = [Platform.MEDIA_PLAYER]
DATA_SESSION = "session"