Skip to content

Commit 0d55ac7

Browse files
committed
Fix missing import
1 parent d8ff285 commit 0d55ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/aton_storage/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SensorStateClass,
1919
)
2020
from homeassistant.config_entries import ConfigEntry
21-
from homeassistant.const import PERCENTAGE, POWER_WATT
21+
from homeassistant.const import PERCENTAGE, POWER_WATT, ENERGY_WATT_HOUR
2222
from homeassistant.core import HomeAssistant, callback
2323
from homeassistant.helpers.entity_platform import AddEntitiesCallback
2424
from homeassistant.helpers.typing import DiscoveryInfoType

0 commit comments

Comments
 (0)