Home Assistant Unofficial Reference 2024.12.1
remote.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.itach.remote.ITachIP2IRRemote
 

Namespaces

 homeassistant.components.itach.remote
 

Functions

None homeassistant.components.itach.remote.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.itach.remote._LOGGER = logging.getLogger(__name__)
 
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