Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.linkplay.const Namespace Reference

Variables

string CONTROLLER = "controller"
 
string DATA_SESSION = "session"
 
string DOMAIN = "linkplay"
 
list PLATFORMS = [Platform.BUTTON, Platform.MEDIA_PLAYER]
 

Detailed Description

LinkPlay constants.

Variable Documentation

◆ CONTROLLER

string homeassistant.components.linkplay.const.CONTROLLER = "controller"

Definition at line 9 of file const.py.

◆ DATA_SESSION

string homeassistant.components.linkplay.const.DATA_SESSION = "session"

Definition at line 12 of file const.py.

◆ DOMAIN

string homeassistant.components.linkplay.const.DOMAIN = "linkplay"

Definition at line 8 of file const.py.

◆ PLATFORMS

list homeassistant.components.linkplay.const.PLATFORMS = [Platform.BUTTON, Platform.MEDIA_PLAYER]

Definition at line 11 of file const.py.