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 %}