mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix SMA incorrect device class (#101866)
This commit is contained in:
parent
52067dbfe5
commit
b70e2f7749
@ -274,8 +274,6 @@ SENSOR_ENTITIES: dict[str, SensorEntityDescription] = {
|
|||||||
"grid_power_factor_excitation": SensorEntityDescription(
|
"grid_power_factor_excitation": SensorEntityDescription(
|
||||||
key="grid_power_factor_excitation",
|
key="grid_power_factor_excitation",
|
||||||
name="Grid Power Factor Excitation",
|
name="Grid Power Factor Excitation",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
|
||||||
device_class=SensorDeviceClass.POWER_FACTOR,
|
|
||||||
entity_registry_enabled_default=False,
|
entity_registry_enabled_default=False,
|
||||||
entity_category=EntityCategory.DIAGNOSTIC,
|
entity_category=EntityCategory.DIAGNOSTIC,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user