diff --git a/custom_components/hacs/base.py b/custom_components/hacs/base.py index 90653a3b161..f11bc033fa9 100644 --- a/custom_components/hacs/base.py +++ b/custom_components/hacs/base.py @@ -763,7 +763,7 @@ def set_active_categories(self) -> None: for category in (HacsCategory.INTEGRATION, HacsCategory.PLUGIN): self.enable_hacs_category(HacsCategory(category)) - if self.configuration.experimental and self.core.ha_version >= "2021.4.0b0": + if self.configuration.experimental and self.core.ha_version >= "2023.4.0b0": self.enable_hacs_category(HacsCategory.TEMPLATE) if HacsCategory.PYTHON_SCRIPT in self.hass.config.components: