mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-02 21:44:31 +02:00
Typo fix
This commit is contained in:
parent
c06c8e6da2
commit
b58b1aa8a3
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ class MikrotikControllerData:
|
|||
"""Get NAT data from Mikrotik"""
|
||||
self.data["nat"] = parse_api(
|
||||
data=self.data["nat"],
|
||||
source=self.api.path("/ip/firewall/nat", return_list=True, return_list=True),
|
||||
source=self.api.path("/ip/firewall/nat", return_list=True),
|
||||
key=".id",
|
||||
vals=[
|
||||
{"name": ".id"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue