diff --git a/custom_components/enphase_envoy/const.py b/custom_components/enphase_envoy/const.py index 6ebd73f..83fb931 100644 --- a/custom_components/enphase_envoy/const.py +++ b/custom_components/enphase_envoy/const.py @@ -183,14 +183,6 @@ def get_model_name(model, hardware_id): device_class=SensorDeviceClass.VOLTAGE, suggested_display_precision=3, ), - InverterSensorEntityDescription( - key="inverter_data_ac_current", - name="AC Current", - native_unit_of_measurement=UnitOfElectricCurrent.AMPERE, - state_class=SensorStateClass.MEASUREMENT, - device_class=SensorDeviceClass.CURRENT, - suggested_display_precision=3, - ), InverterSensorEntityDescription( key="inverter_data_dc_voltage", name="DC Voltage",