Move imports to top for sense (#29258)
This commit is contained in:
parent
2bdf7fc8f5
commit
c4c8a1ba2d
3 changed files with 9 additions and 8 deletions
|
@ -2,6 +2,8 @@
|
|||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
from sense_energy import SenseAPITimeoutException
|
||||
|
||||
from homeassistant.const import ENERGY_KILO_WATT_HOUR, POWER_WATT
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
@ -114,7 +116,6 @@ class Sense(Entity):
|
|||
|
||||
async def async_update(self):
|
||||
"""Get the latest data, update state."""
|
||||
from sense_energy import SenseAPITimeoutException
|
||||
|
||||
try:
|
||||
await self.update_sensor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue