Skip to content

Commit

Permalink
Switch real time power unit to Watts (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 authored Jul 25, 2024
1 parent caa060d commit cdbe8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/midea_ac/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def async_setup_entry(
entities.append(MideaEnergySensor(coordinator,
"real_time_power_usage",
SensorDeviceClass.POWER,
UnitOfPower.KILO_WATT,
UnitOfPower.WATT,
"real_time_power_usage"))

add_entities(entities)
Expand Down

0 comments on commit cdbe8dd

Please sign in to comment.