7 lines
125 B
Python
7 lines
125 B
Python
|
"""LinkPlay constants."""
|
||
|
|
||
|
from homeassistant.const import Platform
|
||
|
|
||
|
DOMAIN = "linkplay"
|
||
|
PLATFORMS = [Platform.MEDIA_PLAYER]
|