Variables | |
| string | CONF_ACTIVATION = "activation" |
| string | CONF_API_HOST = "api_host" |
| string | CONF_BLINK = "blink" |
| string | CONF_DEFAULT_OPTIONS = "default_options" |
| string | CONF_DHT_SENSORS = "dht_sensors" |
| string | CONF_DS18B20_SENSORS = "ds18b20_sensors" |
| string | CONF_INVERSE = "inverse" |
| string | CONF_MOMENTARY = "momentary" |
| string | CONF_PAUSE = "pause" |
| string | CONF_POLL_INTERVAL = "poll_interval" |
| string | CONF_PRECISION = "precision" |
| string | DOMAIN = "konnected" |
| string | ENDPOINT_ROOT = "/api/konnected" |
| dictionary | PIN_TO_ZONE = {"1": "1", "2": "2", "5": "3", "6": "4", "7": "5", "8": "out", "9": "6"} |
| string | SIGNAL_DS18B20_NEW = "konnected.ds18b20.new" |
| string | STATE_HIGH = "high" |
| string | STATE_LOW = "low" |
| string | UNDO_UPDATE_LISTENER = "undo_update_listener" |
| string | UPDATE_ENDPOINT = ENDPOINT_ROOT + r"/device/{device_id:[a-zA-Z0-9]+}" |
| dictionary | ZONE_TO_PIN = {zone: pin for pin, zone in PIN_TO_ZONE.items()} |
| list | ZONES |
Konnected constants.
| 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()} |