Namespaces | |
| config_flow | |
| const | |
| device_trigger | |
| diagnostics | |
| helpers | |
| media_player | |
| notify | |
| trigger | |
| triggers | |
Classes | |
| class | ServiceMethodDetails |
Functions | |
| WebOsClient | async_control_connect (str host, str|None key) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | async_update_options (HomeAssistant hass, ConfigEntry entry) |
| None | update_client_key (HomeAssistant hass, ConfigEntry entry, WebOsClient client) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| BUTTON_SCHEMA = CALL_SCHEMA.extend({vol.Required(ATTR_BUTTON): cv.string}) | |
| CALL_SCHEMA = vol.Schema({vol.Required(ATTR_ENTITY_ID): cv.comp_entity_ids}) | |
| COMMAND_SCHEMA | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| dictionary | SERVICE_TO_METHOD |
| SOUND_OUTPUT_SCHEMA = CALL_SCHEMA.extend({vol.Required(ATTR_SOUND_OUTPUT): cv.string}) | |
Support for LG webOS Smart TV.
| WebOsClient homeassistant.components.webostv.async_control_connect | ( | str | host, |
| str | None | key | ||
| ) |
LG Connection.
Definition at line 151 of file __init__.py.
| bool homeassistant.components.webostv.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the LG WebOS TV platform.
Definition at line 77 of file __init__.py.
| bool homeassistant.components.webostv.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set the config entry up.
Definition at line 86 of file __init__.py.
| bool homeassistant.components.webostv.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 176 of file __init__.py.
| None homeassistant.components.webostv.async_update_options | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Update options.
Definition at line 146 of file __init__.py.
| None homeassistant.components.webostv.update_client_key | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| WebOsClient | client | ||
| ) |
Check and update stored client key if key has changed.
Definition at line 163 of file __init__.py.
|
private |
Definition at line 74 of file __init__.py.
| homeassistant.components.webostv.BUTTON_SCHEMA = CALL_SCHEMA.extend({vol.Required(ATTR_BUTTON): cv.string}) |
Definition at line 55 of file __init__.py.
| homeassistant.components.webostv.CALL_SCHEMA = vol.Schema({vol.Required(ATTR_ENTITY_ID): cv.comp_entity_ids}) |
Definition at line 45 of file __init__.py.
| homeassistant.components.webostv.COMMAND_SCHEMA |
Definition at line 57 of file __init__.py.
| homeassistant.components.webostv.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 43 of file __init__.py.
| dictionary homeassistant.components.webostv.SERVICE_TO_METHOD |
Definition at line 63 of file __init__.py.
| homeassistant.components.webostv.SOUND_OUTPUT_SCHEMA = CALL_SCHEMA.extend({vol.Required(ATTR_SOUND_OUTPUT): cv.string}) |
Definition at line 61 of file __init__.py.