mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-13 10:54:33 +02:00
Add ability to track accounting data from Mikrotik.
This commit is contained in:
parent
35936352a8
commit
30c11db741
9 changed files with 449 additions and 13 deletions
|
@ -16,3 +16,5 @@ DEFAULT_LOGIN_METHOD = "plain"
|
|||
|
||||
DEFAULT_TRAFFIC_TYPE = "Kbps"
|
||||
TRAFFIC_TYPES = ["bps", "Kbps", "Mbps", "B/s", "KB/s", "MB/s"]
|
||||
|
||||
CONF_TRACK_ACCOUNTING = "track_accounting"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue