mirror of
https://github.com/home-assistant/core.git
synced 2026-08-05 04:48:51 +01:00
420bdedcb5
Small improvements
8 lines
150 B
Python
8 lines
150 B
Python
"""LinkPlay constants."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "linkplay"
|
|
PLATFORMS = [Platform.MEDIA_PLAYER]
|
|
DATA_SESSION = "session"
|