From 4c263fac8d8230e0966f773706064b803afa32bc Mon Sep 17 00:00:00 2001 From: Michael Labuschke Date: Thu, 17 Feb 2022 23:00:15 +0100 Subject: [PATCH] Update daly_bms.rst (#1910) --- components/sensor/daly_bms.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/components/sensor/daly_bms.rst b/components/sensor/daly_bms.rst index b93a8987a..fcfd0cd15 100644 --- a/components/sensor/daly_bms.rst +++ b/components/sensor/daly_bms.rst @@ -59,6 +59,14 @@ The BMS communicates via :ref:`UART `. name: "Temperature 1" temperature_2: name: "Temperature 2" + cell_1_voltage: + name: "Cell 1 Voltage" + cell_2_voltage: + name: "Cell 2 Voltage" + cell_3_voltage: + name: "Cell 3 Voltage" + cell_4_voltage: + name: "Cell 4 Voltage" text_sensor: - platform: daly_bms @@ -176,6 +184,12 @@ Configuration variables: - **name** (**Required**, string): The name for the second temperature sensor. - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. + +- **cell_x_voltage** (*Optional*): The voltage of cell x. + + - **name** (**Required**, string): The name for the cell voltage sensor. + - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. + - All other options from :ref:`Sensor `. Text Sensor: ------------