Home Assistant Unofficial Reference 2024.12.1
remote.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.broadlink.remote.BroadlinkRemote
 

Namespaces

 

Functions

None homeassistant.components.broadlink.remote.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.broadlink.remote._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.broadlink.remote.CODE_SAVE_DELAY = 15
 
int homeassistant.components.broadlink.remote.CODE_STORAGE_VERSION = 1
 
 homeassistant.components.broadlink.remote.COMMAND_SCHEMA
 
string homeassistant.components.broadlink.remote.COMMAND_TYPE_IR = "ir"
 
string homeassistant.components.broadlink.remote.COMMAND_TYPE_RF = "rf"
 
list homeassistant.components.broadlink.remote.COMMAND_TYPES = [COMMAND_TYPE_IR, COMMAND_TYPE_RF]
 
int homeassistant.components.broadlink.remote.FLAG_SAVE_DELAY = 15
 
int homeassistant.components.broadlink.remote.FLAG_STORAGE_VERSION = 1
 
 homeassistant.components.broadlink.remote.LEARNING_TIMEOUT = timedelta(seconds=30)
 
 homeassistant.components.broadlink.remote.SERVICE_DELETE_SCHEMA
 
 homeassistant.components.broadlink.remote.SERVICE_LEARN_SCHEMA
 
 homeassistant.components.broadlink.remote.SERVICE_SEND_SCHEMA