mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add strip type multi-outlet device support (#10914)
Relates to home-assistant/home-assistant!26220
This commit is contained in:
parent
130c2a2eb8
commit
adf1795591
@ -32,6 +32,12 @@ The following devices are known to work with this component.
|
||||
- HS105
|
||||
- HS110
|
||||
|
||||
### Multi-Plug Strips
|
||||
|
||||
- HS107 (indoor 2-outlet)
|
||||
- HS300 (powerstrip 6-outlet)
|
||||
- KP400 (outdoot 2-outlet)
|
||||
|
||||
### Wall Switches
|
||||
|
||||
- HS200
|
||||
@ -71,6 +77,15 @@ light:
|
||||
description: Hostname or IP address of the device.
|
||||
required: true
|
||||
type: string
|
||||
strip:
|
||||
description: List of multi-outlet on/off switch devices.
|
||||
required: false
|
||||
type: list
|
||||
keys:
|
||||
host:
|
||||
description: Hostname or IP address of the device.
|
||||
required: true
|
||||
type: string
|
||||
switch:
|
||||
description: List of on/off switch devices.
|
||||
required: false
|
||||
@ -106,6 +121,9 @@ tplink:
|
||||
dimmer:
|
||||
- host: 192.168.200.5
|
||||
- host: 192.168.200.6
|
||||
strip:
|
||||
- host: 192.168.200.7
|
||||
- host: 192.168.200.8
|
||||
```
|
||||
|
||||
## Extracting Energy Sensor data
|
||||
|
Loading…
x
Reference in New Issue
Block a user