mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-23 20:14:30 +02:00
Fixed grouping for PPP #76
This commit is contained in:
parent
53f2f63a73
commit
f5a2c041ec
2 changed files with 14 additions and 6 deletions
|
@ -532,12 +532,12 @@ class MikrotikControllerPPPSecretSwitch(MikrotikControllerSwitch):
|
|||
"serial-number",
|
||||
self._ctrl.data["routerboard"]["serial-number"],
|
||||
"switch",
|
||||
"PPP Secret",
|
||||
"PPP",
|
||||
)
|
||||
},
|
||||
"manufacturer": self._ctrl.data["resource"]["platform"],
|
||||
"model": self._ctrl.data["resource"]["board-name"],
|
||||
"name": f"{self._inst} PPP Secret",
|
||||
"name": f"{self._inst} PPP",
|
||||
}
|
||||
return info
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue