Format serial number #161

This commit is contained in:
Tomaae 2022-01-21 15:50:25 +01:00
parent 1bc901cf9d
commit 8f7202d418
5 changed files with 20 additions and 16 deletions

View file

@ -199,7 +199,7 @@ class MikrotikControllerScriptButton(MikrotikControllerButton):
(
DOMAIN,
"serial-number",
self._ctrl.data["routerboard"]["serial-number"],
f"{self._ctrl.data['routerboard']['serial-number']}",
"button",
"Scripts",
)