We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ffa812 + ab19151 commit 52d3d78Copy full SHA for 52d3d78
custom_components/enphase_envoy/const.py
@@ -208,6 +208,16 @@ def get_model_name(model, hardware_id):
208
suggested_display_precision=0,
209
retain=True,
210
),
211
+ InverterSensorEntityDescription(
212
+ key="inverter_data_watts_max",
213
+ name="Max Reported Production",
214
+ native_unit_of_measurement=UnitOfPower.WATT,
215
+ state_class=SensorStateClass.MEASUREMENT,
216
+ device_class=SensorDeviceClass.POWER,
217
+ suggested_display_precision=0,
218
+ entity_category=EntityCategory.DIAGNOSTIC,
219
+ retain=True,
220
+ ),
221
InverterSensorEntityDescription(
222
key="inverter_data_ac_voltage",
223
name="AC Voltage",
0 commit comments