From 8abb857ac69e41a881a066a79707a473c69981d7 Mon Sep 17 00:00:00 2001 From: yousaf465 <83491212+yousaf465@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:09:32 +0500 Subject: [PATCH] Update bl0942.rst fixed energy... used energy instead of voltage. --- components/sensor/bl0942.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/bl0942.rst b/components/sensor/bl0942.rst index bd5d2921e5..47220333c3 100644 --- a/components/sensor/bl0942.rst +++ b/components/sensor/bl0942.rst @@ -50,7 +50,7 @@ Configuration variables: - **current** (*Optional*): The current value of the sensor in Amperes. All options from :ref:`Sensor `. - **power** (*Optional*): The (active) power value of the sensor in Watts. Note that some power meters will report this in negative values (probably wired backwards), so you may want to use a filter to multiply it by -1. All options from :ref:`Sensor `. -- **energy** (*Optional*): Use the voltage value of the sensor in kWh. +- **energy** (*Optional*): Use the energy value of the sensor in kWh. All options from :ref:`Sensor `. - **frequency** (*Optional*): The frequency value of the sensor in Hertz. All options from :ref:`Sensor `.