Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.konnected.const
Variables
string
homeassistant.components.konnected.const.CONF_ACTIVATION
= "activation"
string
homeassistant.components.konnected.const.CONF_API_HOST
= "api_host"
string
homeassistant.components.konnected.const.CONF_BLINK
= "blink"
string
homeassistant.components.konnected.const.CONF_DEFAULT_OPTIONS
= "default_options"
string
homeassistant.components.konnected.const.CONF_DHT_SENSORS
= "dht_sensors"
string
homeassistant.components.konnected.const.CONF_DS18B20_SENSORS
= "ds18b20_sensors"
string
homeassistant.components.konnected.const.CONF_INVERSE
= "inverse"
string
homeassistant.components.konnected.const.CONF_MOMENTARY
= "momentary"
string
homeassistant.components.konnected.const.CONF_PAUSE
= "pause"
string
homeassistant.components.konnected.const.CONF_POLL_INTERVAL
= "poll_interval"
string
homeassistant.components.konnected.const.CONF_PRECISION
= "precision"
string
homeassistant.components.konnected.const.DOMAIN
= "konnected"
string
homeassistant.components.konnected.const.ENDPOINT_ROOT
= "/api/konnected"
dictionary
homeassistant.components.konnected.const.PIN_TO_ZONE
= {"1": "1", "2": "2", "5": "3", "6": "4", "7": "5", "8": "out", "9": "6"}
string
homeassistant.components.konnected.const.SIGNAL_DS18B20_NEW
= "konnected.ds18b20.new"
string
homeassistant.components.konnected.const.STATE_HIGH
= "high"
string
homeassistant.components.konnected.const.STATE_LOW
= "low"
string
homeassistant.components.konnected.const.UNDO_UPDATE_LISTENER
= "undo_update_listener"
string
homeassistant.components.konnected.const.UPDATE_ENDPOINT
= ENDPOINT_ROOT + r"/device/{device_id:[a-zA-Z0-9]+}"
dictionary
homeassistant.components.konnected.const.ZONE_TO_PIN
= {zone: pin for pin, zone in PIN_TO_ZONE.items()}
list
homeassistant.components.konnected.const.ZONES
core
homeassistant
components
konnected
const.py
Generated by
1.9.1