Update tplink.markdown (#12058)

This commit is contained in:
trentjw 2020-02-12 00:23:17 -07:00 committed by GitHub
parent 74772bc836
commit d200e6783e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,12 +35,12 @@ Plugs are type `switch` when autodiscovery has been disabled.
- HS100 - HS100
- HS103 - HS103
- HS105 - HS105
- HS110 (The only device capable or reporting energy usage data to template sensors) - HS110 (This device is capable or reporting energy usage data to template sensors)
### Strip (Multi-Plug) ### Strip (Multi-Plug)
- HS107 (indoor 2-outlet) - HS107 (indoor 2-outlet)
- HS300 (powerstrip 6-outlet) - HS300 (powerstrip 6-outlet) (This device is capable or reporting energy usage data to template sensors)
- KP303 (powerstrip 3-outlet) - KP303 (powerstrip 3-outlet)
- KP400 (outdoor 2-outlet) - KP400 (outdoor 2-outlet)
- KP200 (indoor 2-outlet) - KP200 (indoor 2-outlet)
@ -135,6 +135,10 @@ tplink:
## Extracting Energy Sensor data ## Extracting Energy Sensor data
Devices that are confirmed to support Consumption Reading;
1. HS110
2. HS300
In order to get the power consumption readings from a TP-Link HS110 device, you'll have to create a [template sensor](/integrations/switch.template/). In order to get the power consumption readings from a TP-Link HS110 device, you'll have to create a [template sensor](/integrations/switch.template/).
In the example below, change all of the `my_tp_switch`'s to match your device's entity ID. In the example below, change all of the `my_tp_switch`'s to match your device's entity ID.