mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Updating tplink docs to include missing dimmer option. (#9689)
* Fixing tplink docs. * Cleaning up PR.
This commit is contained in:
parent
0b5db73ec2
commit
e4288c00cf
@ -84,7 +84,16 @@ light:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
switch:
|
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
|
required: false
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
@ -106,6 +115,9 @@ tplink:
|
|||||||
switch:
|
switch:
|
||||||
- host: 192.168.200.3
|
- host: 192.168.200.3
|
||||||
- host: 192.168.200.4
|
- host: 192.168.200.4
|
||||||
|
dimmer:
|
||||||
|
- host: 192.168.200.5
|
||||||
|
- host: 192.168.200.6
|
||||||
```
|
```
|
||||||
|
|
||||||
## {% linkable_title Extracting Energy Sensor data %}
|
## {% linkable_title Extracting Energy Sensor data %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user