Clarity edit (#15459)

A few folks have replaced `my_tp_switch` with `switch.whale_heater`, and obviously errors abound at that point:

> invalid slug switch.whale_heater(try switch_whale_heater)

Trying to make it a bit clearer
This commit is contained in:
Dubh Ad 2020-10-29 14:57:54 +00:00 committed by GitHub
parent 3e4ef10f33
commit 2d206f8fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ Devices that are confirmed to support Consumption Reading;
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/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 (without the domain). For example, if your entity is `switch.whale_heater` then replace `my_tp_switch` with `whale_heater`:
{% raw %}
```yaml