diff --git a/homeassistant/components/shelly/sensor.py b/homeassistant/components/shelly/sensor.py index 10d15fdd62f..f4dfd16aa25 100644 --- a/homeassistant/components/shelly/sensor.py +++ b/homeassistant/components/shelly/sensor.py @@ -158,6 +158,12 @@ SENSORS = { "Operational hours": round(block.totalWorkTime / 3600, 1) }, ), + ("adc", "adc"): BlockAttributeDescription( + name="ADC", + unit=VOLT, + value=lambda value: round(value, 1), + device_class=sensor.DEVICE_CLASS_VOLTAGE, + ), } REST_SENSORS = {