Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
elden1337 committed Jan 5, 2025
1 parent 0a2c9c2 commit d334004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/peaqev/sensors/power/powercanary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

if TYPE_CHECKING:
from custom_components.peaqev.peaqservice.hub.hub import HomeAssistantHub

import logging

from homeassistant.components.sensor import SensorDeviceClass, SensorEntity
from homeassistant.const import UnitOfElectricCurrent, PERCENTAGE
from homeassistant.const import PERCENTAGE, UnitOfElectricCurrent

import custom_components.peaqev.peaqservice.util.extensionmethods as ex
from custom_components.peaqev.const import DOMAIN
Expand Down

0 comments on commit d334004

Please sign in to comment.