mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-04 14:34:28 +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",
|
key="mac-address",
|
||||||
vals=[
|
vals=[
|
||||||
{"name": "mac-address"},
|
{"name": "mac-address"},
|
||||||
{
|
{"name": "authorized", "type": "bool"},
|
||||||
"name": "authorized",
|
{"name": "bypassed", "type": "bool"},
|
||||||
"source": "disabled",
|
|
||||||
"type": "bool",
|
|
||||||
"reverse": True,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "bypassed",
|
|
||||||
"source": "disabled",
|
|
||||||
"type": "bool",
|
|
||||||
"reverse": True,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue