mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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.
This commit is contained in:
parent
09255c3c0a
commit
a5b0c1f2e0
@ -5,7 +5,6 @@ ha_category:
|
|||||||
- Alarm
|
- Alarm
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
|
||||||
ha_release: 0.23
|
ha_release: 0.23
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_domain: envisalink
|
ha_domain: envisalink
|
||||||
@ -13,7 +12,6 @@ ha_platforms:
|
|||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- 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.
|
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.)
|
- 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
|
- 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
|
- 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.
|
This is a fully event-based component. Any event sent by the Envisalink device will be immediately reflected within Home Assistant.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user