* Work * Implement 0.0.8 changes, fixup tests * Cleanup * Implement new playmodes, close clientsession upon ha close * Implement new playmodes, close clientsession upon ha close * Add test for zeroconf bridge failure * Bump 0.0.9 Address old comments in 113940 * Exact _async_register_default_clientsession_shutdown
7 lines
150 B
Python
7 lines
150 B
Python
"""LinkPlay constants."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "linkplay"
|
|
PLATFORMS = [Platform.MEDIA_PLAYER]
|
|
CONF_SESSION = "session"
|