From fe9cef1124da903c728a4e9e206f1b129bb9fa5f Mon Sep 17 00:00:00 2001 From: themanieldaniel Date: Tue, 11 Sep 2018 13:47:43 -0400 Subject: [PATCH 1/2] Update konnected.markdown --- source/_components/konnected.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/konnected.markdown b/source/_components/konnected.markdown index 16612ca4731..7b4c5117312 100644 --- a/source/_components/konnected.markdown +++ b/source/_components/konnected.markdown @@ -32,13 +32,13 @@ A `konnected` section must be present in the `configuration.yaml` file that spec konnected: access_token: REPLACE_ME_WITH_A_RANDOM_STRING devices: - - id: 8bcd53 + - id: 438a388bcd53 binary_sensors: - zone: 1 type: door switches: - zone: out - - id: 438a38 + - id: 8bcd53438a38 binary_sensors: - pin: 2 type: door @@ -62,7 +62,7 @@ devices: type: list keys: id: - description: The MAC address of the WiFi module with colons/punctuation removed. You can either use the full 12-character MAC address or only the last 6 characters. This is visible in the device's WiFi SSID and hostname. + description: The MAC address of the WiFi module with colons/punctuation removed. You musst use the full 12-character MAC address with lower case letters. This is visible in the device's WiFi SSID and hostname. required: true type: string binary_sensors: From 23c3bcd6de852754b5bd5996a08e18cd772a128f Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 16 Sep 2018 15:24:03 +0100 Subject: [PATCH 2/2] Typo fix --- source/_components/konnected.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/konnected.markdown b/source/_components/konnected.markdown index 7b4c5117312..7caad925d3b 100644 --- a/source/_components/konnected.markdown +++ b/source/_components/konnected.markdown @@ -62,7 +62,7 @@ devices: type: list keys: id: - description: The MAC address of the WiFi module with colons/punctuation removed. You musst use the full 12-character MAC address with lower case letters. This is visible in the device's WiFi SSID and hostname. + description: The MAC address of the WiFi module with colons/punctuation removed. You must use the full 12-character MAC address with lower case letters. This is visible in the device's WiFi SSID and hostname. required: true type: string binary_sensors: