From 7c526e1103e6b6a89f4ac16cd82ddc010aeabcfd Mon Sep 17 00:00:00 2001 From: Michel Nederlof Date: Wed, 27 Nov 2024 09:33:51 +0100 Subject: [PATCH] Revert "Revert "Remove AC Current sensor, no correct readings"" --- custom_components/enphase_envoy/const.py | 8 -------- 1 file changed, 8 deletions(-) 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",