From 0228fc1f87861cac0a0ed42e2817c6bdc6cb66e2 Mon Sep 17 00:00:00 2001 From: springstan <46536646+springstan@users.noreply.github.com> Date: Fri, 1 Nov 2019 09:52:17 +0100 Subject: [PATCH] Updated decora switch documentation (#11051) --- source/_integrations/decora.markdown | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/source/_integrations/decora.markdown b/source/_integrations/decora.markdown index 8e3d4e932a8..5357de2a2c4 100644 --- a/source/_integrations/decora.markdown +++ b/source/_integrations/decora.markdown @@ -32,15 +32,17 @@ devices: mac_address: required: true description: The bluetooth address of the switch. - type: string - name: - description: The name to use in the frontend. - required: false - type: string - api_key: - description: The API key to access the device. - required: true - type: string + type: list + keys: + name: + description: The name to use in the frontend. + required: false + default: "`mac_address` of this switch" + type: string + api_key: + description: The API key to access the device. + required: true + type: string {% endconfiguration %}