mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-14 11:24:31 +02:00
Display PoE capability and status per port #71
This commit is contained in:
parent
2fd51db9df
commit
a86eecf150
3 changed files with 23 additions and 1 deletions
|
@ -26,6 +26,7 @@ DEVICE_ATTRIBUTES_IFACE = [
|
|||
"type",
|
||||
"name",
|
||||
"default-name",
|
||||
"poe-out",
|
||||
]
|
||||
|
||||
DEVICE_ATTRIBUTES_NAT = [
|
||||
|
@ -282,7 +283,6 @@ class MikrotikControllerPortSwitch(MikrotikControllerSwitch):
|
|||
self._ctrl.set_value(path, param, value, mod_param, mod_value)
|
||||
await self._ctrl.async_update()
|
||||
|
||||
|
||||
# ---------------------------
|
||||
# MikrotikControllerNATSwitch
|
||||
# ---------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue