Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 authored Jan 4, 2024
1 parent c8123d3 commit 7649c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/degree_days/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from homeassistant.components.sensor import (SensorDeviceClass,
SensorEntityDescription,
SensorStateClass)
+from homeassistant.const import UnitOfEnergy, UnitOfTemperature, UnitOfVolume
from homeassistant.const import UnitOfEnergy, UnitOfTemperature, UnitOfVolume
from homeassistant.util import dt

DOMAIN = "degree_days"
Expand Down

0 comments on commit 7649c34

Please sign in to comment.