Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.lirc.LircInterface
 

Namespaces

 homeassistant.components.lirc
 

Functions

bool homeassistant.components.lirc.setup (HomeAssistant hass, ConfigType config)
 

Variables

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