mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update edimax.markdown (#20413)
This commit is contained in:
parent
218ff773c8
commit
69fffb773f
@ -58,7 +58,7 @@ template:
|
||||
|
||||
- name: Edimax Accumulated daily power consumption
|
||||
unit_of_measurement: "kWh"
|
||||
state: "{{ state_attr('switch.edimax_smart_plug', 'current_power_w') | default(0, true) }}"
|
||||
state: "{{ state_attr('switch.edimax_smart_plug', 'today_energy_kwh') | default(0, true) }}"
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user