Classes | |
| class | ITachIP2IRRemote |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_COMMANDS = "commands" |
| string | CONF_CONNADDR = "connaddr" |
| string | CONF_DATA = "data" |
| string | CONF_IR_COUNT = "ir_count" |
| string | CONF_MODADDR = "modaddr" |
| int | CONNECT_TIMEOUT = 5000 |
| int | DEFAULT_CONNADDR = 1 |
| int | DEFAULT_IR_COUNT = 1 |
| int | DEFAULT_MODADDR = 1 |
| int | DEFAULT_PORT = 4998 |
| PLATFORM_SCHEMA | |
Support for iTach IR devices.
| None homeassistant.components.itach.remote.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.itach.remote.CONF_COMMANDS = "commands" |
| string homeassistant.components.itach.remote.CONF_CONNADDR = "connaddr" |
| string homeassistant.components.itach.remote.CONF_DATA = "data" |
| string homeassistant.components.itach.remote.CONF_IR_COUNT = "ir_count" |
| string homeassistant.components.itach.remote.CONF_MODADDR = "modaddr" |
| int homeassistant.components.itach.remote.CONNECT_TIMEOUT = 5000 |
| int homeassistant.components.itach.remote.DEFAULT_CONNADDR = 1 |
| int homeassistant.components.itach.remote.DEFAULT_IR_COUNT = 1 |
| int homeassistant.components.itach.remote.DEFAULT_MODADDR = 1 |
| int homeassistant.components.itach.remote.DEFAULT_PORT = 4998 |
| homeassistant.components.itach.remote.PLATFORM_SCHEMA |