From 2f74a8e27b0645655b0d9700fc7a2aad667830c7 Mon Sep 17 00:00:00 2001 From: Kit Klein <33464407+kit-klein@users.noreply.github.com> Date: Mon, 22 Jun 2020 07:50:23 -0400 Subject: [PATCH] Use Device ID as id in Konnected Alarm Panel Pro (#13794) Note that the "Device ID" should be used as id for Konnected Alarm Panel Pro. --- source/_integrations/konnected.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/konnected.markdown b/source/_integrations/konnected.markdown index d9d35bb67a8..42878e21d3a 100644 --- a/source/_integrations/konnected.markdown +++ b/source/_integrations/konnected.markdown @@ -142,7 +142,7 @@ devices: type: list keys: id: - description: The MAC address of the Konnected device with colons/punctuation removed, for example, `68c63a8bcd53`. You can usually find the mac address in your router's client list. Or, check the `home-assistant.log` for log messages from automatically discovered devices. + description: The MAC address (Konnected Alarm Panel) or Device ID (Konnected Alarm Panel Pro) of the Konnected device. MAC addresses must be formatted with colons/punctuation removed, for example, `68c63a8bcd53`. You can usually find the mac address in your router's client list. Or, check the `home-assistant.log` for log messages from automatically discovered devices. Device ID can be found on the device Status Page which is accessible via the Konnected Mobile App. required: true type: string binary_sensors: @@ -333,6 +333,9 @@ Konnected runs on an ESP8266 board with the NodeMCU firmware. It is commonly use ## 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.