mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-23 01:08:55 +02:00
converted update sensors
This commit is contained in:
parent
eae9fd7e2d
commit
15bc156d74
5 changed files with 45 additions and 36 deletions
|
@ -13,8 +13,8 @@ from homeassistant.core import HomeAssistant
|
|||
from homeassistant.helpers.typing import StateType
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from .entity import MikrotikEntity, async_add_entities
|
||||
from .coordinator import MikrotikCoordinator
|
||||
from .entity import MikrotikEntity, async_add_entities
|
||||
from .helper import format_attribute
|
||||
from .sensor_types import (
|
||||
SENSOR_TYPES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue