Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.hdmi_cec.entity.CecEntity
 

Namespaces

 homeassistant.components.hdmi_cec.entity
 

Variables

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