mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-02 13:34:30 +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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue