mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-04 06:24:32 +02:00
log line modified
This commit is contained in:
parent
5eb47f80a4
commit
a4391c3460
1 changed files with 1 additions and 1 deletions
|
@ -2104,7 +2104,7 @@ class MikrotikControllerData:
|
||||||
if not kid_control_devices_data:
|
if not kid_control_devices_data:
|
||||||
if "kid-control-devices" not in self.notified_flags:
|
if "kid-control-devices" not in self.notified_flags:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"No kid control devices found, make sure kid-control feature is configured"
|
"No kid control devices found on your Mikrotik device, make sure kid-control feature is configured"
|
||||||
)
|
)
|
||||||
self.notified_flags.append("kid-control-devices")
|
self.notified_flags.append("kid-control-devices")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue