diff --git a/source/_integrations/edimax.markdown b/source/_integrations/edimax.markdown index f99fde9bfe1..d8b1ab742e1 100644 --- a/source/_integrations/edimax.markdown +++ b/source/_integrations/edimax.markdown @@ -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 %}