Skip to content

Commit

Permalink
fix(const): current kwh invalid device
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Feb 12, 2023
1 parent e93d09b commit 52f4f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nexa_bridge_x/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"current_kilowatt_hours": {
"name": "Current kWh",
"unit": ENERGY_KILO_WATT_HOUR,
"device": SensorDeviceClass.ENERGY,
"device": SensorDeviceClass.POWER,
"class": SensorStateClass.MEASUREMENT
},
"today_kilowatt_hours": {
Expand Down

0 comments on commit 52f4f9e

Please sign in to comment.