Fixed wrong import

This commit is contained in:
Roger Gonzalez 2023-09-23 19:52:36 -03:00
parent fcf3fbfd73
commit ee78d2a030
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -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,