Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hdmi_cec.entity Namespace Reference

Classes

class  CecEntity
 

Variables

string ATTR_PHYSICAL_ADDRESS = "physical_address"
 
string ATTR_TYPE = "type"
 
string ATTR_TYPE_ID = "type_id"
 
string ATTR_VENDOR_ID = "vendor_id"
 
string ATTR_VENDOR_NAME = "vendor_name"
 
string ICON_AUDIO = "mdi:speaker"
 
string ICON_PLAYER = "mdi:play"
 
string ICON_RECORDER = "mdi:microphone"
 
string ICON_TUNER = "mdi:radio"
 
string ICON_TV = "mdi:television"
 
string ICON_UNKNOWN = "mdi:help"
 
dictionary ICONS_BY_TYPE
 

Detailed Description

Support for HDMI CEC.

Variable Documentation

◆ ATTR_PHYSICAL_ADDRESS

string homeassistant.components.hdmi_cec.entity.ATTR_PHYSICAL_ADDRESS = "physical_address"

Definition at line 9 of file entity.py.

◆ ATTR_TYPE

string homeassistant.components.hdmi_cec.entity.ATTR_TYPE = "type"

Definition at line 10 of file entity.py.

◆ ATTR_TYPE_ID

string homeassistant.components.hdmi_cec.entity.ATTR_TYPE_ID = "type_id"

Definition at line 11 of file entity.py.

◆ ATTR_VENDOR_ID

string homeassistant.components.hdmi_cec.entity.ATTR_VENDOR_ID = "vendor_id"

Definition at line 13 of file entity.py.

◆ ATTR_VENDOR_NAME

string homeassistant.components.hdmi_cec.entity.ATTR_VENDOR_NAME = "vendor_name"

Definition at line 12 of file entity.py.

◆ ICON_AUDIO

string homeassistant.components.hdmi_cec.entity.ICON_AUDIO = "mdi:speaker"

Definition at line 16 of file entity.py.

◆ ICON_PLAYER

string homeassistant.components.hdmi_cec.entity.ICON_PLAYER = "mdi:play"

Definition at line 17 of file entity.py.

◆ ICON_RECORDER

string homeassistant.components.hdmi_cec.entity.ICON_RECORDER = "mdi:microphone"

Definition at line 19 of file entity.py.

◆ ICON_TUNER

string homeassistant.components.hdmi_cec.entity.ICON_TUNER = "mdi:radio"

Definition at line 18 of file entity.py.

◆ ICON_TV

string homeassistant.components.hdmi_cec.entity.ICON_TV = "mdi:television"

Definition at line 20 of file entity.py.

◆ ICON_UNKNOWN

string homeassistant.components.hdmi_cec.entity.ICON_UNKNOWN = "mdi:help"

Definition at line 15 of file entity.py.

◆ ICONS_BY_TYPE

dictionary homeassistant.components.hdmi_cec.entity.ICONS_BY_TYPE
Initial value:
1 = {
2  0: ICON_TV,
3  1: ICON_RECORDER,
4  3: ICON_TUNER,
5  4: ICON_PLAYER,
6  5: ICON_AUDIO,
7 }

Definition at line 21 of file entity.py.