Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.pilight.CallRateDelayThrottle
 

Namespaces

 homeassistant.components.pilight
 

Functions

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

Variables

 homeassistant.components.pilight._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.pilight.CONF_SEND_DELAY = "send_delay"
 
 homeassistant.components.pilight.CONFIG_SCHEMA
 
string homeassistant.components.pilight.DEFAULT_HOST = "127.0.0.1"
 
int homeassistant.components.pilight.DEFAULT_PORT = 5001
 
float homeassistant.components.pilight.DEFAULT_SEND_DELAY = 0.0
 
string homeassistant.components.pilight.DOMAIN = "pilight"
 
string homeassistant.components.pilight.EVENT = "pilight_received"
 
 homeassistant.components.pilight.RF_CODE_SCHEMA
 
string homeassistant.components.pilight.SERVICE_NAME = "send"