From e4288c00cfaecbfbdfca2a556280c3b238eae845 Mon Sep 17 00:00:00 2001 From: Robert Van Gorkom Date: Sat, 29 Jun 2019 08:10:28 -0700 Subject: [PATCH] Updating tplink docs to include missing dimmer option. (#9689) * Fixing tplink docs. * Cleaning up PR. --- source/_components/tplink.markdown | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/_components/tplink.markdown b/source/_components/tplink.markdown index 158c2969e8c..28bb3a8d88f 100644 --- a/source/_components/tplink.markdown +++ b/source/_components/tplink.markdown @@ -84,7 +84,16 @@ light: required: true type: string switch: - description: List of switch devices. + description: List of on/off switch devices. + required: false + type: list + keys: + host: + description: Hostname or IP address of the device. + required: true + type: string +dimmer: + description: List of dimmable switch devices. required: false type: list keys: @@ -106,6 +115,9 @@ tplink: switch: - host: 192.168.200.3 - host: 192.168.200.4 + dimmer: + - host: 192.168.200.5 + - host: 192.168.200.6 ``` ## {% linkable_title Extracting Energy Sensor data %}