From c2c0b3194501902e499985b827c14d539f75350b Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Fri, 6 Aug 2021 23:49:46 +1000 Subject: [PATCH] SMA Integration: Correct energy meter entity descriptions (#18792) --- source/_integrations/sma.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sma.markdown b/source/_integrations/sma.markdown index f57ebda9534..3f702ec6b93 100644 --- a/source/_integrations/sma.markdown +++ b/source/_integrations/sma.markdown @@ -66,8 +66,8 @@ The SMA WebConnect module supports a wide variety of sensors, but not all of the | metering_power_supplied | W | Power supplied | | metering_power_absorbed | W | Power absorbed | | metering_frequency | Hz | Grid frequency | -| metering_total_yield | kWh | Total power from the grid | -| metering_total_absorbed | kWh | Total power supplied to the grid | +| metering_total_yield | kWh | Total power supplied to the grid | +| metering_total_absorbed | kWh | Total power from the grid | | metering_current_l1 | A | Current for phase 1 | | metering_current_l2 | A | Current for phase 2 | | metering_current_l3 | A | Current for phase 3 |