Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE committed Apr 2, 2023
1 parent 46f3eb0 commit d524f07
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 @@ -6,10 +6,10 @@
from homeassistant.components.sensor import DEVICE_CLASS_TEMPERATURE
from homeassistant.components.sensor import DEVICE_CLASS_VOLTAGE
from homeassistant.components.sensor import RestoreSensor
from homeassistant.components.sensor import SensorDeviceClass
from homeassistant.components.sensor import SensorEntity
from homeassistant.components.sensor import STATE_CLASS_MEASUREMENT
from homeassistant.components.sensor import STATE_CLASS_TOTAL_INCREASING
from homeassistant.components.sensor.const import SensorDeviceClass
from homeassistant.const import DATA_RATE_BITS_PER_SECOND
from homeassistant.const import DATA_RATE_MEGABITS_PER_SECOND
from homeassistant.const import DEGREE
Expand Down

0 comments on commit d524f07

Please sign in to comment.