mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-15 03:44:31 +02:00
Update coordinator.py
This commit is contained in:
parent
e828e0bf0a
commit
6bc441558f
1 changed files with 1 additions and 0 deletions
|
@ -534,6 +534,7 @@ class MikrotikCoordinator(DataUpdateCoordinator[None]):
|
|||
|
||||
else:
|
||||
self.support_capsman = True
|
||||
self.support_wireless = bool(self.minor_fw_version < 13)
|
||||
|
||||
_LOGGER.debug("Mikrotik %s wifi module=%s",
|
||||
self.host,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue