Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPatarca committed Oct 21, 2022
1 parent d8ff285 commit 0d55ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aton_storage/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SensorStateClass,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import PERCENTAGE, POWER_WATT
from homeassistant.const import PERCENTAGE, POWER_WATT, ENERGY_WATT_HOUR
from homeassistant.core import HomeAssistant, callback
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.typing import DiscoveryInfoType
Expand Down

0 comments on commit 0d55ac7

Please sign in to comment.