Fixed wrong import
This commit is contained in:
parent
fcf3fbfd73
commit
ee78d2a030
@ -5,7 +5,8 @@ from typing import Callable, Optional
|
||||
from ute_wrapper.ute import UTEClient
|
||||
from homeassistant import config_entries, core
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import CONF_EMAIL, CONF_PHONE_NUMBER, CONF_UTE_DEVICE_ID, CONF_UTE_AVERAGE_COST_PER_KWH
|
||||
from homeassistant.const import CONF_EMAIL
|
||||
from .config_flow import CONF_PHONE_NUMBER, CONF_UTE_DEVICE_ID, CONF_UTE_AVERAGE_COST_PER_KWH
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.helpers.typing import (
|
||||
ConfigType,
|
||||
|
Reference in New Issue
Block a user