Variables | |
| string | ATTR_BUTTON = "button" |
| string | ATTR_CONFIG_ENTRY_ID = "entry_id" |
| string | ATTR_PAYLOAD = "payload" |
| string | ATTR_SOUND_OUTPUT = "sound_output" |
| string | CONF_ON_ACTION = "turn_on_action" |
| string | CONF_SOURCES = "sources" |
| string | DATA_CONFIG_ENTRY = "config_entry" |
| string | DATA_HASS_CONFIG = "hass_config" |
| string | DEFAULT_NAME = "LG webOS Smart TV" |
| string | DOMAIN = "webostv" |
| string | LIVE_TV_APP_ID = "com.webos.app.livetv" |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
| string | SERVICE_BUTTON = "button" |
| string | SERVICE_COMMAND = "command" |
| string | SERVICE_SELECT_SOUND_OUTPUT = "select_sound_output" |
| tuple | WEBOSTV_EXCEPTIONS |
Constants used for LG webOS Smart TV.
| 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" |