mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-28 19:50:06 +02:00
Added support for captive portal authorization data #200
This commit is contained in:
parent
39498f073b
commit
9f19740c92
6 changed files with 76 additions and 1 deletions
|
@ -41,6 +41,8 @@ CONF_SENSOR_PORT_TRAFFIC = "sensor_port_traffic"
|
|||
DEFAULT_SENSOR_PORT_TRAFFIC = False
|
||||
CONF_SENSOR_CLIENT_TRAFFIC = "sensor_client_traffic"
|
||||
DEFAULT_SENSOR_CLIENT_TRAFFIC = False
|
||||
CONF_SENSOR_CLIENT_CAPTIVE = "sensor_client_captive"
|
||||
DEFAULT_SENSOR_CLIENT_CAPTIVE = False
|
||||
CONF_SENSOR_SIMPLE_QUEUES = "sensor_simple_queues"
|
||||
DEFAULT_SENSOR_SIMPLE_QUEUES = False
|
||||
CONF_SENSOR_NAT = "sensor_nat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue