mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 01:14:33 +02:00
added error message when script without a name is found
This commit is contained in:
parent
58ef81d840
commit
6ff53266f0
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ class MikrotikControllerData():
|
|||
continue
|
||||
|
||||
if not entry['name']:
|
||||
_LOGGER.error("Mikrotik %s found a script without a name. It will not be available in UI.")
|
||||
continue
|
||||
|
||||
uid = entry['name']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue