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" |
Support for LIRC devices.
| bool homeassistant.components.lirc.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the LIRC capability.
Definition at line 27 of file __init__.py.
|
private |
Definition at line 14 of file __init__.py.
| string homeassistant.components.lirc.BUTTON_NAME = "button_name" |
Definition at line 16 of file __init__.py.
| homeassistant.components.lirc.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 24 of file __init__.py.
| string homeassistant.components.lirc.DOMAIN = "lirc" |
Definition at line 18 of file __init__.py.
| string homeassistant.components.lirc.EVENT_IR_COMMAND_RECEIVED = "ir_command_received" |
Definition at line 20 of file __init__.py.
| string homeassistant.components.lirc.ICON = "mdi:remote" |
Definition at line 22 of file __init__.py.