INNER CODE UNIT · Python

async_startup

basnijholt/home-assistant-config · custom_components/hacs/__init__.py:107

    async def async_startup():
        """HACS startup tasks."""
        hacs.enable_hacs()

        try:
            import custom_components.custom_updater
        except ImportError:
            pass
        else:
            hacs.log.critical(
                "HACS cannot be used with custom_updater. "
                "To use HACS you need to remove custom_updater from `custom_components`",
            )

            hacs.disable_hacs(HacsDisabledReason.CONSTRAINS)
            return False

        if not version_left_higher_or_equal_then_right(

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…