mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
3e4ef10f33
commit
2d206f8fef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user