diff --git a/custom_components/healthchecksio/__init__.py b/custom_components/healthchecksio/__init__.py index c8196b6..a223cab 100644 --- a/custom_components/healthchecksio/__init__.py +++ b/custom_components/healthchecksio/__init__.py @@ -193,5 +193,4 @@ async def check_files(hass: core.HomeAssistant) -> bool: if missing: _LOGGER.critical(f"The following files are missing: {missing}") return False - else: - return True + return True