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: ------------