core/homeassistant/components/linkplay/const.py

8 lines
150 B
Python

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