Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.snmp.const
Variables
string
homeassistant.components.snmp.const.CONF_ACCEPT_ERRORS
= "accept_errors"
string
homeassistant.components.snmp.const.CONF_AUTH_KEY
= "auth_key"
string
homeassistant.components.snmp.const.CONF_AUTH_PROTOCOL
= "auth_protocol"
string
homeassistant.components.snmp.const.CONF_BASEOID
= "baseoid"
string
homeassistant.components.snmp.const.CONF_COMMUNITY
= "community"
string
homeassistant.components.snmp.const.CONF_DEFAULT_VALUE
= "default_value"
string
homeassistant.components.snmp.const.CONF_PRIV_KEY
= "priv_key"
string
homeassistant.components.snmp.const.CONF_PRIV_PROTOCOL
= "priv_protocol"
string
homeassistant.components.snmp.const.CONF_VARTYPE
= "vartype"
string
homeassistant.components.snmp.const.CONF_VERSION
= "version"
string
homeassistant.components.snmp.const.DEFAULT_AUTH_PROTOCOL
= "none"
string
homeassistant.components.snmp.const.DEFAULT_COMMUNITY
= "public"
string
homeassistant.components.snmp.const.DEFAULT_HOST
= "localhost"
string
homeassistant.components.snmp.const.DEFAULT_NAME
= "SNMP"
string
homeassistant.components.snmp.const.DEFAULT_PORT
= "161"
string
homeassistant.components.snmp.const.DEFAULT_PRIV_PROTOCOL
= "none"
int
homeassistant.components.snmp.const.DEFAULT_TIMEOUT
= 8
string
homeassistant.components.snmp.const.DEFAULT_VARTYPE
= "none"
string
homeassistant.components.snmp.const.DEFAULT_VERSION
= "1"
dictionary
homeassistant.components.snmp.const.MAP_AUTH_PROTOCOLS
dictionary
homeassistant.components.snmp.const.MAP_PRIV_PROTOCOLS
dictionary
homeassistant.components.snmp.const.SNMP_VERSIONS
= {"1": 0, "2c": 1, "3": None}
core
homeassistant
components
snmp
const.py
Generated by
1.9.1