From cda0003786cd95a47670f8929028b0d68bedfca9 Mon Sep 17 00:00:00 2001 From: Nate Clark Date: Wed, 15 Nov 2023 02:34:41 -0500 Subject: [PATCH] Add deprecation notice to Konnected documentation (#29846) * Add deprecation notice to Konnected documentation * Fixes markdown links * fix typo Co-authored-by: Fletcher * tiny rephrase --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Fletcher --- source/_integrations/konnected.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/konnected.markdown b/source/_integrations/konnected.markdown index eea8ec363ef..7111f8cb749 100644 --- a/source/_integrations/konnected.markdown +++ b/source/_integrations/konnected.markdown @@ -22,6 +22,12 @@ ha_integration_type: integration The `konnected` integration lets you connect wired sensors and switches to a Konnected Alarm Panel, or NodeMCU ESP8226 based device running the [open source Konnected software](https://github.com/konnected-io/konnected-security). Reuse the wired sensors and siren from an old or pre-wired alarm system installation and integrate them directly into Home Assistant. +
+ +This integration is deprecated in favor of [Konnected's ESPHome firmware](https://support.konnected.io/add-a-konnected-device-to-home-assistant-with-esphome) and will not receive updates. ESPHome connects locally and natively to Home Assistant and doesn't need this custom integration. If you are getting started with a Konnected device, do not use this integration. Instead, flash your device with ESPHome-based firmware for the [Konnected Alarm Panel](https://install.konnected.io/esphome) and [Garage Door Opener](https://support.konnected.io/installing-the-garage-door-opener-with-home-assistant). + +
+ Visit the [Konnected.io website](https://konnected.io) for more information about the Konnected Alarm Panel board and compatible hardware.