From a5b0c1f2e07441767e8d9d7b2e8ed94f06d8e6a5 Mon Sep 17 00:00:00 2001 From: ufodone <35497351+ufodone@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:08:45 -0800 Subject: [PATCH] Remove documentation on disabled zone bypass switch feature (#21578) * Update envisalink.markdown * Update envisalink.markdown Removed references to zone bypass switches as they will be temporarily disabled to address a critical issue with some DSC panels. --- source/_integrations/envisalink.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/_integrations/envisalink.markdown b/source/_integrations/envisalink.markdown index 72c0afde291..6cc1430f60c 100644 --- a/source/_integrations/envisalink.markdown +++ b/source/_integrations/envisalink.markdown @@ -5,7 +5,6 @@ ha_category: - Alarm - Binary Sensor - Sensor - - Switch ha_release: 0.23 ha_iot_class: Local Push ha_domain: envisalink @@ -13,7 +12,6 @@ ha_platforms: - alarm_control_panel - binary_sensor - sensor - - switch --- The `envisalink` integration will allow Home Assistant users who own either a DSC or Honeywell alarm panel to leverage their alarm system and its sensors to provide Home Assistant with rich information about their homes. Connectivity between Home Assistant and the alarm panel is accomplished through a device produced by Eyez On, known as the Envisalink. The Envisalink evl3 and evl4 boards provide a TCP/IP interface to the alarm panel, where it emulates an alarm keypad. This board also exposes a raw TCP/IP based API, upon which this integration is built. Currently, the Envisalink version 4 is the latest model. This integration supports both the evl3 and the evl4. @@ -25,7 +23,6 @@ There is currently support for the following device types within Home Assistant: - Binary Sensor: Reports on zone status (Check the [type/class](/integrations/binary_sensor/#device-class) list for a possible visualization of your zone.) - Sensor: Emulates an alphanumeric keypad attached to the alarm panel - Alarm Control Panel: Reports on partition status, and can be used to arm/disarm the system -- Switch: Bypass individual zones. Bypass switches are only available on DSC alarm panels due to limitations in the Honeywell interface. This is a fully event-based component. Any event sent by the Envisalink device will be immediately reflected within Home Assistant.