mirror of
https://github.com/esphome/esphome.git
synced 2025-01-19 12:24:05 +00:00
Changes accuracy of single cell voltage (#3387)
This commit is contained in:
parent
a82d8ea0c3
commit
c59adf612f
@ -98,6 +98,8 @@ CELL_VOLTAGE_SCHEMA = sensor.sensor_schema(
|
||||
unit_of_measurement=UNIT_VOLT,
|
||||
device_class=DEVICE_CLASS_VOLTAGE,
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
icon=ICON_FLASH,
|
||||
accuracy_decimals=3,
|
||||
)
|
||||
|
||||
CONFIG_SCHEMA = cv.All(
|
||||
|
Loading…
x
Reference in New Issue
Block a user