mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Update daly_bms.rst (#1910)
This commit is contained in:
parent
ea33d199cd
commit
4c263fac8d
@ -59,6 +59,14 @@ The BMS communicates via :ref:`UART <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 <config-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 <config-sensor>`.
|
||||
|
||||
Text Sensor:
|
||||
------------
|
||||
|
Loading…
Reference in New Issue
Block a user