mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-25 18:28:46 +02:00
Added definitions for firewall filters #92
This commit is contained in:
parent
4376e9c75c
commit
ccdad5f504
3 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,8 @@ from .const import (
|
|||
DEFAULT_SENSOR_NAT,
|
||||
CONF_SENSOR_MANGLE,
|
||||
DEFAULT_SENSOR_MANGLE,
|
||||
CONF_SENSOR_FILTER,
|
||||
DEFAULT_SENSOR_FILTER,
|
||||
CONF_SENSOR_KIDCONTROL,
|
||||
DEFAULT_SENSOR_KIDCONTROL,
|
||||
CONF_SENSOR_PPP,
|
||||
|
@ -92,6 +94,7 @@ class MikrotikControllerData:
|
|||
"nat": {},
|
||||
"kid-control": {},
|
||||
"mangle": {},
|
||||
"filter": {},
|
||||
"ppp_secret": {},
|
||||
"ppp_active": {},
|
||||
"fw-update": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue