Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.webostv.ServiceMethodDetails
 

Namespaces

 homeassistant.components.webostv
 

Functions

WebOsClient homeassistant.components.webostv.async_control_connect (str host, str|None key)
 
bool homeassistant.components.webostv.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.webostv.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.webostv.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.webostv.async_update_options (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.webostv.update_client_key (HomeAssistant hass, ConfigEntry entry, WebOsClient client)
 

Variables

 homeassistant.components.webostv._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.webostv.BUTTON_SCHEMA = CALL_SCHEMA.extend({vol.Required(ATTR_BUTTON): cv.string})
 
 homeassistant.components.webostv.CALL_SCHEMA = vol.Schema({vol.Required(ATTR_ENTITY_ID): cv.comp_entity_ids})
 
 homeassistant.components.webostv.COMMAND_SCHEMA
 
 homeassistant.components.webostv.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
dictionary homeassistant.components.webostv.SERVICE_TO_METHOD
 
 homeassistant.components.webostv.SOUND_OUTPUT_SCHEMA = CALL_SCHEMA.extend({vol.Required(ATTR_SOUND_OUTPUT): cv.string})