Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.webostv.const
 

Variables

string homeassistant.components.webostv.const.ATTR_BUTTON = "button"
 
string homeassistant.components.webostv.const.ATTR_CONFIG_ENTRY_ID = "entry_id"
 
string homeassistant.components.webostv.const.ATTR_PAYLOAD = "payload"
 
string homeassistant.components.webostv.const.ATTR_SOUND_OUTPUT = "sound_output"
 
string homeassistant.components.webostv.const.CONF_ON_ACTION = "turn_on_action"
 
string homeassistant.components.webostv.const.CONF_SOURCES = "sources"
 
string homeassistant.components.webostv.const.DATA_CONFIG_ENTRY = "config_entry"
 
string homeassistant.components.webostv.const.DATA_HASS_CONFIG = "hass_config"
 
string homeassistant.components.webostv.const.DEFAULT_NAME = "LG webOS Smart TV"
 
string homeassistant.components.webostv.const.DOMAIN = "webostv"
 
string homeassistant.components.webostv.const.LIVE_TV_APP_ID = "com.webos.app.livetv"
 
list homeassistant.components.webostv.const.PLATFORMS = [Platform.MEDIA_PLAYER]
 
string homeassistant.components.webostv.const.SERVICE_BUTTON = "button"
 
string homeassistant.components.webostv.const.SERVICE_COMMAND = "command"
 
string homeassistant.components.webostv.const.SERVICE_SELECT_SOUND_OUTPUT = "select_sound_output"
 
tuple homeassistant.components.webostv.const.WEBOSTV_EXCEPTIONS