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.