@@ -93,7 +93,7 @@ class ExtSensorEntityDescription(SensorEntityDescription):
93
93
name = "Power (actual)" ,
94
94
native_unit_of_measurement = UnitOfPower .WATT ,
95
95
icon = "mdi:meter-electric" ,
96
- device_class = SensorDeviceClass .ENERGY ,
96
+ device_class = SensorDeviceClass .POWER ,
97
97
state_class = SensorStateClass .MEASUREMENT ,
98
98
),
99
99
# Wirkleistung L1
@@ -103,7 +103,7 @@ class ExtSensorEntityDescription(SensorEntityDescription):
103
103
name = "Power L1" ,
104
104
native_unit_of_measurement = UnitOfPower .WATT ,
105
105
icon = "mdi:meter-electric" ,
106
- device_class = SensorDeviceClass .ENERGY ,
106
+ device_class = SensorDeviceClass .POWER ,
107
107
state_class = SensorStateClass .MEASUREMENT ,
108
108
),
109
109
# Wirkleistung L2
@@ -113,7 +113,7 @@ class ExtSensorEntityDescription(SensorEntityDescription):
113
113
name = "Power L2" ,
114
114
native_unit_of_measurement = UnitOfPower .WATT ,
115
115
icon = "mdi:meter-electric" ,
116
- device_class = SensorDeviceClass .ENERGY ,
116
+ device_class = SensorDeviceClass .POWER ,
117
117
state_class = SensorStateClass .MEASUREMENT ,
118
118
),
119
119
# Wirkleistung L3
@@ -123,7 +123,7 @@ class ExtSensorEntityDescription(SensorEntityDescription):
123
123
name = "Power L3" ,
124
124
native_unit_of_measurement = UnitOfPower .WATT ,
125
125
icon = "mdi:meter-electric" ,
126
- device_class = SensorDeviceClass .ENERGY ,
126
+ device_class = SensorDeviceClass .POWER ,
127
127
state_class = SensorStateClass .MEASUREMENT ,
128
128
),
129
129
0 commit comments