diff --git a/homeassistant/components/shelly/sensor.py b/homeassistant/components/shelly/sensor.py index c37bbbd5ff8..bc55aa3e865 100644 --- a/homeassistant/components/shelly/sensor.py +++ b/homeassistant/components/shelly/sensor.py @@ -281,7 +281,7 @@ SENSORS: Final = { key="adc|adc", name="ADC", native_unit_of_measurement=ELECTRIC_POTENTIAL_VOLT, - value=lambda value: round(value, 1), + value=lambda value: round(value, 2), device_class=SensorDeviceClass.VOLTAGE, state_class=SensorStateClass.MEASUREMENT, ),