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.
This commit is contained in:
Kit Klein 2020-06-22 07:50:23 -04:00 committed by GitHub
parent 05cabb431e
commit 2f74a8e27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.