Skip to content

Commit

Permalink
Revert "Revert "Remove AC Current sensor, no correct readings""
Browse files Browse the repository at this point in the history
  • Loading branch information
mnederlof authored Nov 27, 2024
1 parent 83416b0 commit 7c526e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions custom_components/enphase_envoy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7c526e1

Please sign in to comment.