Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.firmata.const
 

Variables

string homeassistant.components.firmata.const.CONF_ARDUINO_INSTANCE_ID = "arduino_instance_id"
 
string homeassistant.components.firmata.const.CONF_ARDUINO_WAIT = "arduino_wait"
 
string homeassistant.components.firmata.const.CONF_DIFFERENTIAL = "differential"
 
string homeassistant.components.firmata.const.CONF_INITIAL_STATE = "initial"
 
string homeassistant.components.firmata.const.CONF_NEGATE_STATE = "negate"
 
string homeassistant.components.firmata.const.CONF_PIN_MODE = "pin_mode"
 
string homeassistant.components.firmata.const.CONF_PINS = "pins"
 
dictionary homeassistant.components.firmata.const.CONF_PLATFORM_MAP
 
string homeassistant.components.firmata.const.CONF_SAMPLING_INTERVAL = "sampling_interval"
 
string homeassistant.components.firmata.const.CONF_SERIAL_BAUD_RATE = "serial_baud_rate"
 
string homeassistant.components.firmata.const.CONF_SERIAL_PORT = "serial_port"
 
string homeassistant.components.firmata.const.CONF_SLEEP_TUNE = "sleep_tune"
 
string homeassistant.components.firmata.const.DOMAIN = "firmata"
 
 homeassistant.components.firmata.const.Final
 
string homeassistant.components.firmata.const.FIRMATA_MANUFACTURER = "Firmata"
 
string homeassistant.components.firmata.const.PIN_MODE_ANALOG = "ANALOG"
 
string homeassistant.components.firmata.const.PIN_MODE_INPUT = "INPUT"
 
string homeassistant.components.firmata.const.PIN_MODE_OUTPUT = "OUTPUT"
 
string homeassistant.components.firmata.const.PIN_MODE_PULLUP = "PULLUP"
 
string homeassistant.components.firmata.const.PIN_MODE_PWM = "PWM"