From fe3ff97fec792dabb22a499aa560a939a89f333b Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:43:43 +0100 Subject: [PATCH] Remove revision history from Konnected integration (#26524) --- source/_integrations/konnected.markdown | 45 ------------------------- 1 file changed, 45 deletions(-) diff --git a/source/_integrations/konnected.markdown b/source/_integrations/konnected.markdown index 60dfc682ee6..f476d369bc9 100644 --- a/source/_integrations/konnected.markdown +++ b/source/_integrations/konnected.markdown @@ -338,51 +338,6 @@ Konnected runs on an ESP8266 board with the NodeMCU firmware. It is commonly use | 6 | RX | 9 | GPIO3 | | ALARM or OUT | D8 | 8 | GPIO15 | -## Revision History - -### 0.112 -- Note that Device ID is used for Konnected Alarm Panel Pro and note that it is available on the status page. - -### 0.108 - -- Multiple output states for a zone. Details on configuring additional panel behaviors via the UI. - -### 0.106 - -- Added information on configuration and options flow. Mention that alarm panel FW should be updated before connecting. - -### 0.91 - -- Improved Unique ID generation for Konnected switches - -### 0.90 - -- Added support for `dht` and `ds18b20` temperature sensors -- Added Unique IDs - -### 0.80 - -- Added ability to specify `host` and `port` to set up devices without relying on discovery. -- Added `discovery` and `blink` configuration options to enable/disable these features. - -### 0.79 - -- Added `inverse` configuration option for binary sensors. - -### 0.77 - -- Added support for momentary and beep/blink switches. [[#15973](https://github.com/home-assistant/home-assistant/pull/15973)] -- Decouple entity initialization from discovery, enabling devices to recover faster after a Home Assistant reboot. [[#16146](https://github.com/home-assistant/home-assistant/pull/16146)] -- **Breaking change:** Device `id` in `configuration.yaml` must now be the full 12-character device MAC address. Previously, omitting the first 6 characters was allowed. - -### 0.72 - -- Adds `api_host` configuration option [[#14896](https://github.com/home-assistant/home-assistant/pull/14896)] - -### 0.70 - -- Initial release - ## Binary Sensor The `konnected` binary sensor allows you to monitor wired door sensors, window sensors, motion sensors, smoke detectors, CO detectors, glass-break sensors, water leak sensors or any other simple wired open/close circuit attached to a NodeMCU ESP8266 Wi-Fi module running the [open source Konnected software](https://github.com/konnected-io/konnected-security).