fix
parent
0a595e7f7c
commit
56b043c27f
|
|
@ -2,7 +2,7 @@ import esphome.codegen as cg
|
|||
from esphome.components import binary_sensor
|
||||
import esphome.config_validation as cv
|
||||
|
||||
from . import DlmsMeterLibComponent, obis_code, CONF_DLMS_METER_ID, CONF_OBIS_CODE
|
||||
from .. import DlmsMeterLibComponent, obis_code, CONF_DLMS_METER_ID, CONF_OBIS_CODE
|
||||
|
||||
DEPENDENCIES = ["dlms_meter_lib"]
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import esphome.codegen as cg
|
|||
from esphome.components import sensor
|
||||
import esphome.config_validation as cv
|
||||
|
||||
from . import DlmsMeterLibComponent, obis_code, CONF_DLMS_METER_ID, CONF_OBIS_CODE
|
||||
from .. import DlmsMeterLibComponent, obis_code, CONF_DLMS_METER_ID, CONF_OBIS_CODE
|
||||
|
||||
DEPENDENCIES = ["dlms_meter_lib"]
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import esphome.codegen as cg
|
|||
from esphome.components import text_sensor
|
||||
import esphome.config_validation as cv
|
||||
|
||||
from . import DlmsMeterLibComponent, obis_code, CONF_DLMS_METER_ID, CONF_OBIS_CODE
|
||||
from .. import DlmsMeterLibComponent, obis_code, CONF_DLMS_METER_ID, CONF_OBIS_CODE
|
||||
|
||||
DEPENDENCIES = ["dlms_meter_lib"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue