Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.hdmi_cec
 

Functions

def homeassistant.components.hdmi_cec.pad_physical_address (addr)
 
def homeassistant.components.hdmi_cec.parse_mapping (mapping, parents=None)
 
bool homeassistant.components.hdmi_cec.setup (HomeAssistant hass, ConfigType base_config)
 

Variables

 homeassistant.components.hdmi_cec._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.hdmi_cec._VOL_HEX = vol.Any(vol.Coerce(int), lambda x: int(x, 16))
 
string homeassistant.components.hdmi_cec.ATTR_ABT = "abt"
 
string homeassistant.components.hdmi_cec.ATTR_ATT = "att"
 
string homeassistant.components.hdmi_cec.ATTR_CMD = "cmd"
 
string homeassistant.components.hdmi_cec.ATTR_DEVICE = "device"
 
string homeassistant.components.hdmi_cec.ATTR_DIR = "dir"
 
string homeassistant.components.hdmi_cec.ATTR_DST = "dst"
 
string homeassistant.components.hdmi_cec.ATTR_DUR = "dur"
 
string homeassistant.components.hdmi_cec.ATTR_KEY = "key"
 
string homeassistant.components.hdmi_cec.ATTR_NEW = "new"
 
string homeassistant.components.hdmi_cec.ATTR_OFF = "off"
 
string homeassistant.components.hdmi_cec.ATTR_ON = "on"
 
string homeassistant.components.hdmi_cec.ATTR_RAW = "raw"
 
string homeassistant.components.hdmi_cec.ATTR_SRC = "src"
 
string homeassistant.components.hdmi_cec.ATTR_TOGGLE = "toggle"
 
string homeassistant.components.hdmi_cec.CMD_DOWN = "down"
 
string homeassistant.components.hdmi_cec.CMD_MUTE = "mute"
 
string homeassistant.components.hdmi_cec.CMD_MUTE_TOGGLE = "toggle mute"
 
string homeassistant.components.hdmi_cec.CMD_PRESS = "press"
 
string homeassistant.components.hdmi_cec.CMD_RELEASE = "release"
 
string homeassistant.components.hdmi_cec.CMD_UNMUTE = "unmute"
 
string homeassistant.components.hdmi_cec.CMD_UP = "up"
 
string homeassistant.components.hdmi_cec.CONF_DISPLAY_NAME = "osd_name"
 
string homeassistant.components.hdmi_cec.CONF_TYPES = "types"
 
 homeassistant.components.hdmi_cec.CONFIG_SCHEMA
 
string homeassistant.components.hdmi_cec.DEFAULT_DISPLAY_NAME = "HA"
 
string homeassistant.components.hdmi_cec.EVENT_CEC_COMMAND_RECEIVED = "cec_command_received"
 
string homeassistant.components.hdmi_cec.EVENT_CEC_KEYPRESS_RECEIVED = "cec_keypress_received"
 
 homeassistant.components.hdmi_cec.Schema
 
string homeassistant.components.hdmi_cec.SERVICE_POWER_ON = "power_on"
 
string homeassistant.components.hdmi_cec.SERVICE_SELECT_DEVICE = "select_device"
 
string homeassistant.components.hdmi_cec.SERVICE_SEND_COMMAND = "send_command"
 
 homeassistant.components.hdmi_cec.SERVICE_SEND_COMMAND_SCHEMA
 
string homeassistant.components.hdmi_cec.SERVICE_STANDBY = "standby"
 
string homeassistant.components.hdmi_cec.SERVICE_UPDATE_DEVICES = "update"
 
 homeassistant.components.hdmi_cec.SERVICE_UPDATE_DEVICES_SCHEMA
 
string homeassistant.components.hdmi_cec.SERVICE_VOLUME = "volume"
 
 homeassistant.components.hdmi_cec.SERVICE_VOLUME_SCHEMA
 
int homeassistant.components.hdmi_cec.WATCHDOG_INTERVAL = 120