mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-26 18:58:54 +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
|
@ -40,6 +40,8 @@ CONF_SENSOR_NAT = "sensor_nat"
|
|||
DEFAULT_SENSOR_NAT = False
|
||||
CONF_SENSOR_MANGLE = "sensor_mangle"
|
||||
DEFAULT_SENSOR_MANGLE = False
|
||||
CONF_SENSOR_FILTER = "sensor_filter"
|
||||
DEFAULT_SENSOR_FILTER = False
|
||||
CONF_SENSOR_PPP = "sensor_ppp"
|
||||
DEFAULT_SENSOR_PPP = False
|
||||
CONF_SENSOR_KIDCONTROL = "sensor_kidcontrol"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue