Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeusTheGreat authored Jan 6, 2024
1 parent 42a6175 commit 7633b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alphaess/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SensorEntity,
SensorStateClass,
)
from homeassistant.const import UnitOfEnergy.KILO_WATT_HOUR, PERCENTAGE, UnitOfPower.WATT
from homeassistant.const import UnitOfEnergy, PERCENTAGE, UnitOfPower
from homeassistant.helpers.device_registry import DeviceEntryType
from homeassistant.helpers.entity import DeviceInfo
from homeassistant.helpers.update_coordinator import CoordinatorEntity
Expand Down

0 comments on commit 7633b5b

Please sign in to comment.