Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.isy994.const
 

Variables

 homeassistant.components.isy994.const._LOGGER = logging.getLogger(__package__)
 
dictionary homeassistant.components.isy994.const.BINARY_SENSOR_DEVICE_TYPES_ISY
 
dictionary homeassistant.components.isy994.const.BINARY_SENSOR_DEVICE_TYPES_ZWAVE
 
string homeassistant.components.isy994.const.CONF_IGNORE_STRING = "ignore_string"
 
string homeassistant.components.isy994.const.CONF_NETWORK = "network"
 
string homeassistant.components.isy994.const.CONF_RESTORE_LIGHT_STATE = "restore_light_state"
 
string homeassistant.components.isy994.const.CONF_SENSOR_STRING = "sensor_string"
 
string homeassistant.components.isy994.const.CONF_TLS_VER = "tls"
 
string homeassistant.components.isy994.const.CONF_VAR_SENSOR_STRING = "variable_sensor_string"
 
string homeassistant.components.isy994.const.DEFAULT_IGNORE_STRING = "{IGNORE ME}"
 
string homeassistant.components.isy994.const.DEFAULT_PROGRAM_STRING = "HA."
 
bool homeassistant.components.isy994.const.DEFAULT_RESTORE_LIGHT_STATE = False
 
string homeassistant.components.isy994.const.DEFAULT_SENSOR_STRING = "sensor"
 
float homeassistant.components.isy994.const.DEFAULT_TLS_VERSION = 1.1
 
string homeassistant.components.isy994.const.DEFAULT_VAR_SENSOR_STRING = "HA."
 
string homeassistant.components.isy994.const.DOMAIN = "isy994"
 
string homeassistant.components.isy994.const.EVENTS_SUFFIX = "_ISYSUB"
 
string homeassistant.components.isy994.const.FILTER_INSTEON_TYPE = "insteon_type"
 
string homeassistant.components.isy994.const.FILTER_NODE_DEF_ID = "node_def_id"
 
string homeassistant.components.isy994.const.FILTER_STATES = "states"
 
string homeassistant.components.isy994.const.FILTER_UOM = "uom"
 
string homeassistant.components.isy994.const.FILTER_ZWAVE_CAT = "zwave_cat"
 
dictionary homeassistant.components.isy994.const.HA_FAN_TO_ISY = {FAN_ON: "on", FAN_AUTO: "auto"}
 
dictionary homeassistant.components.isy994.const.HA_HVAC_TO_ISY
 
int homeassistant.components.isy994.const.HTTP_PORT = 80
 
int homeassistant.components.isy994.const.HTTPS_PORT = 443
 
string homeassistant.components.isy994.const.ISY_CONF_FIRMWARE = "firmware"
 
string homeassistant.components.isy994.const.ISY_CONF_MODEL = "model"
 
string homeassistant.components.isy994.const.ISY_CONF_NAME = "name"
 
string homeassistant.components.isy994.const.ISY_CONF_UUID = "uuid"
 
string homeassistant.components.isy994.const.ISY_CONN_ADDRESS = "addr"
 
string homeassistant.components.isy994.const.ISY_CONN_PORT = "port"
 
string homeassistant.components.isy994.const.ISY_CONN_TLS = "tls"
 
 homeassistant.components.isy994.const.ISY_GROUP_PLATFORM = Platform.SWITCH
 
list homeassistant.components.isy994.const.ISY_HVAC_MODES
 
string homeassistant.components.isy994.const.ISY_URL_POSTFIX = "/desc"
 
string homeassistant.components.isy994.const.KEY_ACTIONS = "actions"
 
string homeassistant.components.isy994.const.KEY_STATUS = "status"
 
string homeassistant.components.isy994.const.MANUFACTURER = "Universal Devices, Inc"
 
list homeassistant.components.isy994.const.NODE_AUX_PROP_PLATFORMS
 
list homeassistant.components.isy994.const.NODE_PLATFORMS
 
dictionary homeassistant.components.isy994.const.PLATFORMS
 
list homeassistant.components.isy994.const.PROGRAM_PLATFORMS
 
list homeassistant.components.isy994.const.ROOT_NODE_PLATFORMS = [Platform.BUTTON]
 
string homeassistant.components.isy994.const.SCHEME_HTTP = "http"
 
string homeassistant.components.isy994.const.SCHEME_HTTPS = "https"
 
int homeassistant.components.isy994.const.SUBNODE_CLIMATE_COOL = 2
 
int homeassistant.components.isy994.const.SUBNODE_CLIMATE_HEAT = 3
 
int homeassistant.components.isy994.const.SUBNODE_DUSK_DAWN = 2
 
list homeassistant.components.isy994.const.SUBNODE_EZIO2X4_SENSORS = [9, 10, 11, 12]
 
int homeassistant.components.isy994.const.SUBNODE_FANLINC_LIGHT = 1
 
int homeassistant.components.isy994.const.SUBNODE_HEARTBEAT = 4
 
int homeassistant.components.isy994.const.SUBNODE_IOLINC_RELAY = 2
 
int homeassistant.components.isy994.const.SUBNODE_LOW_BATTERY = 3
 
tuple homeassistant.components.isy994.const.SUBNODE_MOTION_DISABLED = (13, 19)
 
int homeassistant.components.isy994.const.SUBNODE_NEGATIVE = 2
 
tuple homeassistant.components.isy994.const.SUBNODE_TAMPER = (10, 16)
 
list homeassistant.components.isy994.const.SUPPORTED_BIN_SENS_CLASSES = ["moisture", "opening", "motion", "climate"]
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_CLIMATE = "5."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_CONTROLLERS = "0."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_COVER = "14."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_DIMMABLE = "1."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_ENERGY_MGMT = "9."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_IRRIGATION = "4."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_LOCK = "15."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_POOL_CTL = "6."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_SAFETY = "16."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_SENSOR_ACTUATORS = "7."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_SWITCHED = "2."
 
string homeassistant.components.isy994.const.TYPE_CATEGORY_X10 = "113."
 
string homeassistant.components.isy994.const.TYPE_EZIO2X4 = "7.3.255."
 
tuple homeassistant.components.isy994.const.TYPE_INSTEON_MOTION = ("16.1.", "16.22.")
 
string homeassistant.components.isy994.const.UDN_UUID_PREFIX = "uuid:"
 
string homeassistant.components.isy994.const.UOM_8_BIT_RANGE = "100"
 
string homeassistant.components.isy994.const.UOM_BARRIER = "97"
 
string homeassistant.components.isy994.const.UOM_DOUBLE_TEMP = "101"
 
string homeassistant.components.isy994.const.UOM_FAN_MODES = "99"
 
dictionary homeassistant.components.isy994.const.UOM_FRIENDLY_NAME
 
string homeassistant.components.isy994.const.UOM_HVAC_ACTIONS = "66"
 
string homeassistant.components.isy994.const.UOM_HVAC_MODE_GENERIC = "67"
 
string homeassistant.components.isy994.const.UOM_HVAC_MODE_INSTEON = "98"
 
string homeassistant.components.isy994.const.UOM_INDEX = "25"
 
int homeassistant.components.isy994.const.UOM_ISY_CELSIUS = 1
 
int homeassistant.components.isy994.const.UOM_ISY_FAHRENHEIT = 2
 
string homeassistant.components.isy994.const.UOM_ISYV4_DEGREES = "degrees"
 
string homeassistant.components.isy994.const.UOM_ISYV4_NONE = "n/a"
 
string homeassistant.components.isy994.const.UOM_ON_OFF = "2"
 
string homeassistant.components.isy994.const.UOM_PERCENTAGE = "51"
 
dictionary homeassistant.components.isy994.const.UOM_TO_STATES
 
list homeassistant.components.isy994.const.VARIABLE_PLATFORMS = [Platform.NUMBER, Platform.SENSOR]