Skip to content

Commit 2d206f8

Browse files
authored
Clarity edit (home-assistant#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
1 parent 3e4ef10 commit 2d206f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_integrations/tplink.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Devices that are confirmed to support Consumption Reading;
141141
2. HS300
142142
143143
In order to get the power consumption readings from a TP-Link HS110 device, you'll have to create a [template sensor](/integrations/template/).
144-
In the example below, change all of the `my_tp_switch`'s to match your device's entity ID.
144+
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`:
145145

146146
{% raw %}
147147
```yaml

0 commit comments

Comments
 (0)