Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.remote_rpi_gpio
 

Functions

def homeassistant.components.remote_rpi_gpio.read_input (sensor)
 
def homeassistant.components.remote_rpi_gpio.setup_input (address, port, pull_mode, bouncetime)
 
def homeassistant.components.remote_rpi_gpio.setup_output (address, port, invert_logic)
 
def homeassistant.components.remote_rpi_gpio.write_output (switch, value)
 

Variables

string homeassistant.components.remote_rpi_gpio.CONF_BOUNCETIME = "bouncetime"
 
string homeassistant.components.remote_rpi_gpio.CONF_INVERT_LOGIC = "invert_logic"
 
string homeassistant.components.remote_rpi_gpio.CONF_PULL_MODE = "pull_mode"
 
int homeassistant.components.remote_rpi_gpio.DEFAULT_BOUNCETIME = 50
 
bool homeassistant.components.remote_rpi_gpio.DEFAULT_INVERT_LOGIC = False
 
string homeassistant.components.remote_rpi_gpio.DEFAULT_PULL_MODE = "UP"
 
string homeassistant.components.remote_rpi_gpio.DOMAIN = "remote_rpi_gpio"