fix wrong import

This commit is contained in:
Amazed 2022-01-03 21:20:31 +01:00
parent 55d247a6c6
commit a77f4649be
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import datetime
from homeassistant.components.switch import SensorEntity
from homeassistant.components.sensor import SensorEntity
from homeassistant.core import HomeAssistant
from homeassistant.const import TIME_MINUTES
from homeassistant.helpers.entity_platform import AddEntitiesCallback