Updated decora switch documentation (#11051)

This commit is contained in:
springstan 2019-11-01 09:52:17 +01:00 committed by Fabian Affolter
parent 09aea251aa
commit 0228fc1f87

View File

@ -32,15 +32,17 @@ devices:
mac_address: mac_address:
required: true required: true
description: The bluetooth address of the switch. description: The bluetooth address of the switch.
type: string type: list
name: keys:
description: The name to use in the frontend. name:
required: false description: The name to use in the frontend.
type: string required: false
api_key: default: "`mac_address` of this switch"
description: The API key to access the device. type: string
required: true api_key:
type: string description: The API key to access the device.
required: true
type: string
{% endconfiguration %} {% endconfiguration %}
<div class='note'> <div class='note'>