mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-30 15:34:31 +02:00
fixed local lib imports
This commit is contained in:
parent
b78c0cb5a8
commit
0c245b5a46
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from homeassistant.const import (
|
||||||
CONF_SSL,
|
CONF_SSL,
|
||||||
)
|
)
|
||||||
|
|
||||||
from mikrotik_controller import MikrotikControllerData
|
from .mikrotik_controller import MikrotikControllerData
|
||||||
|
|
||||||
from .const import (
|
from .const import (
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
|
|
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
||||||
CONF_SSL,
|
CONF_SSL,
|
||||||
)
|
)
|
||||||
|
|
||||||
from const import (
|
from .const import (
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
CONF_TRACK_ARP,
|
CONF_TRACK_ARP,
|
||||||
DEFAULT_TRACK_ARP,
|
DEFAULT_TRACK_ARP,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue