diff --git a/custom_components/mikrotik_router/update.py b/custom_components/mikrotik_router/update.py index ef01cec..a651482 100644 --- a/custom_components/mikrotik_router/update.py +++ b/custom_components/mikrotik_router/update.py @@ -103,7 +103,7 @@ class MikrotikRouterOSUpdate(MikrotikEntity, UpdateEntity): changelogs = await asyncio.gather(*tasks) # Combine all non-empty changelogs, maintaining reverse order - combined_changelogs = "\n".join(filter(None, changelogs)) + combined_changelogs = "\n\n".join(filter(None, changelogs)) return combined_changelogs.replace("*) ", "- ") except Exception as e: