Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE authored Aug 4, 2021
1 parent 1228946 commit e38ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sunspec/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
from homeassistant.const import DEVICE_CLASS_TEMPERATURE
from homeassistant.const import DEVICE_CLASS_VOLTAGE
from homeassistant.const import ELECTRIC_CURRENT_AMPERE
from homeassistant.const import POWER_VOLT_AMPERE
from homeassistant.const import ENERGY_KILO_WATT_HOUR
from homeassistant.const import ENERGY_WATT_HOUR
from homeassistant.const import FREQUENCY_HERTZ
from homeassistant.const import IRRADIATION_WATTS_PER_SQUARE_METER
from homeassistant.const import LENGTH_METERS
from homeassistant.const import LENGTH_MILLIMETERS
from homeassistant.const import PERCENTAGE
from homeassistant.const import POWER_VOLT_AMPERE
from homeassistant.const import POWER_WATT
from homeassistant.const import PRESSURE_HPA
from homeassistant.const import SPEED_METERS_PER_SECOND
Expand Down

0 comments on commit e38ec41

Please sign in to comment.