Update homeassistant/components/homevolt/sensor.py

This commit is contained in:
Joost Lekkerkerker
2026-02-11 23:29:36 +01:00
committed by GitHub
parent 47a501cfd8
commit 44521606ec
@@ -111,7 +111,6 @@ SENSORS: tuple[SensorEntityDescription, ...] = (
),
SensorEntityDescription(
key="frequency",
translation_key="frequency",
device_class=SensorDeviceClass.FREQUENCY,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfFrequency.HERTZ,