mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-01 13:04:28 +02:00
renamed helper.py to apiparser.py
This commit is contained in:
parent
79430ef1ef
commit
1ea1f3a4b7
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ from .const import (
|
|||
DEFAULT_SENSOR_ENVIRONMENT,
|
||||
)
|
||||
from .exceptions import ApiEntryNotFound
|
||||
from .helper import parse_api
|
||||
from .apiparser import parse_api
|
||||
from .mikrotikapi import MikrotikAPI
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue