mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-15 03:44:31 +02:00
added blocked attribute to kid control #247
This commit is contained in:
parent
0737a93c2c
commit
bd888c12ba
2 changed files with 2 additions and 0 deletions
|
@ -1283,6 +1283,7 @@ class MikrotikControllerData:
|
|||
{"name": "sat", "default": "None"},
|
||||
{"name": "sun", "default": "None"},
|
||||
{"name": "comment"},
|
||||
{"name": "blocked", "type": "bool", "default": False},
|
||||
{"name": "paused", "type": "bool", "reverse": True},
|
||||
{
|
||||
"name": "enabled",
|
||||
|
|
|
@ -127,6 +127,7 @@ DEVICE_ATTRIBUTES_PPP_SECRET = [
|
|||
]
|
||||
|
||||
DEVICE_ATTRIBUTES_KIDCONTROL = [
|
||||
"blocked",
|
||||
"rate-limit",
|
||||
"mon",
|
||||
"tue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue