mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
05cabb431e
commit
2f74a8e27b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user