From 27f9ae55568a88114f629baadeb346b51526b1fe Mon Sep 17 00:00:00 2001 From: Kit Klein <33464407+kit-klein@users.noreply.github.com> Date: Mon, 30 Mar 2020 08:20:30 -0400 Subject: [PATCH] multiple output states per zone (#12543) --- source/_integrations/konnected.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/konnected.markdown b/source/_integrations/konnected.markdown index 8849ee4be7a..f079ec0216d 100644 --- a/source/_integrations/konnected.markdown +++ b/source/_integrations/konnected.markdown @@ -66,23 +66,33 @@ The settings UI starts by having you configure the general behavior of each zone ##### Binary Sensor: **Binary Sensor Type:** The type of sensor connected to the zone. + **Name (optional)** The friendly name for the entity associated with the zone. + **Invert the open/close state:** Inverts the open/closed meaning of a binary sensor circuit. Commonly needed for normally open wired smoke alarm circuits. ##### Digital Sensor: **Sensor Type:** The type of sensor connected to the zone - either `dht` or `ds18b20`. + **Name (optional)** The friendly name for the entities associated with the zone. + **Poll Interval (optional):** How often in minutes to poll the sensor for updates. ##### Switchable Output: **Name: (optional)** The friendly name for the entity associated with the zone. + **Output when on:** The state of the switch when activated. + **Pulse Duration (optional):** The duration in ms to pulse the switch once activated. + **Pause between pulses (optional):** The duration in ms to wait between pulses when activated. + **Times to repeat (optional):** The number of times to repeat the pulse each time the switch is activated. +**Configure additional states for this zone:** Selecting "No" will complete configuration for the zone and proceed to options for the next zone. Select "Yes" if you need to create additional output states for this zone. + ### YAML Configuration If you prefer you can utilize a `konnected` section in the `configuration.yaml` file that specifies the Konnected devices on the network and the sensors or actuators attached to them. If using `configuration.yaml` the configuration will be one-time imported when going through the Configuration Flow for the panel. **Note that you must still complete the UI based setup before the integration will be configured and entities created/accessible.** @@ -314,6 +324,10 @@ Konnected runs on an ESP8266 board with the NodeMCU firmware. It is commonly use ## Revision History +### 0.108 + +- Multiple output states for a zone. + ### 0.106 - Added information on configuration and options flow. Mention that alarm panel FW should be updated before connecting.