Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lirc Namespace Reference

Classes

class  LircInterface
 

Functions

bool setup (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string BUTTON_NAME = "button_name"
 
 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string DOMAIN = "lirc"
 
string EVENT_IR_COMMAND_RECEIVED = "ir_command_received"
 
string ICON = "mdi:remote"
 

Detailed Description

Support for LIRC devices.

Function Documentation

◆ setup()

bool homeassistant.components.lirc.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the LIRC capability.

Definition at line 27 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.lirc._LOGGER = logging.getLogger(__name__)
private

Definition at line 14 of file __init__.py.

◆ BUTTON_NAME

string homeassistant.components.lirc.BUTTON_NAME = "button_name"

Definition at line 16 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.lirc.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 24 of file __init__.py.

◆ DOMAIN

string homeassistant.components.lirc.DOMAIN = "lirc"

Definition at line 18 of file __init__.py.

◆ EVENT_IR_COMMAND_RECEIVED

string homeassistant.components.lirc.EVENT_IR_COMMAND_RECEIVED = "ir_command_received"

Definition at line 20 of file __init__.py.

◆ ICON

string homeassistant.components.lirc.ICON = "mdi:remote"

Definition at line 22 of file __init__.py.