mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-15 11:54:30 +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:
|
else:
|
||||||
self.support_capsman = True
|
self.support_capsman = True
|
||||||
|
self.support_wireless = bool(self.minor_fw_version < 13)
|
||||||
|
|
||||||
_LOGGER.debug("Mikrotik %s wifi module=%s",
|
_LOGGER.debug("Mikrotik %s wifi module=%s",
|
||||||
self.host,
|
self.host,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue