Fix SMA incorrect device class (#101866)

This commit is contained in:
René Klomp 2023-10-12 13:03:09 +02:00 committed by Franck Nijhof
parent c2cf497302
commit 04dc44c069
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -274,8 +274,6 @@ SENSOR_ENTITIES: dict[str, SensorEntityDescription] = {
"grid_power_factor_excitation": SensorEntityDescription(
key="grid_power_factor_excitation",
name="Grid Power Factor Excitation",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.POWER_FACTOR,
entity_registry_enabled_default=False,
entity_category=EntityCategory.DIAGNOSTIC,
),