mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-15 03:44:31 +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
|
@ -1,4 +1,4 @@
|
|||
"""Helper functions for Mikrotik Router."""
|
||||
"""API parser functions for Mikrotik Router."""
|
||||
|
||||
import logging
|
||||
|
|
@ -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