mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-26 02:38:47 +02:00
fixed typo in captive portal #200
This commit is contained in:
parent
f180337c33
commit
ce54b6ef1b
1 changed files with 2 additions and 12 deletions
|
@ -1637,18 +1637,8 @@ class MikrotikControllerData:
|
|||
key="mac-address",
|
||||
vals=[
|
||||
{"name": "mac-address"},
|
||||
{
|
||||
"name": "authorized",
|
||||
"source": "disabled",
|
||||
"type": "bool",
|
||||
"reverse": True,
|
||||
},
|
||||
{
|
||||
"name": "bypassed",
|
||||
"source": "disabled",
|
||||
"type": "bool",
|
||||
"reverse": True,
|
||||
},
|
||||
{"name": "authorized", "type": "bool"},
|
||||
{"name": "bypassed", "type": "bool"},
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue