Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions source/_integrations/decora.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

<div class='note'>
Expand Down