mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-02 21:44:31 +02:00
Fix - .id was missing from retrieved params
This commit is contained in:
parent
bcf86dc7a3
commit
63210ec62b
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ class MikrotikControllerData:
|
|||
source=self.api.path("/queue/simple"),
|
||||
key="name",
|
||||
vals=[
|
||||
{"name": ".id"},
|
||||
{"name": "name", "default": "unknown"},
|
||||
{"name": "target", "default": "unknown"},
|
||||
{"name": "max-limit", "default": "0/0"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue