We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828f698 commit a674c77Copy full SHA for a674c77
custom_components/hacs/base.py
@@ -763,7 +763,7 @@ def set_active_categories(self) -> None:
763
for category in (HacsCategory.INTEGRATION, HacsCategory.PLUGIN):
764
self.enable_hacs_category(HacsCategory(category))
765
766
- if self.configuration.experimental and self.core.ha_version >= "2021.4.0b0":
+ if self.configuration.experimental and self.core.ha_version >= "2023.4.0b0":
767
self.enable_hacs_category(HacsCategory.TEMPLATE)
768
769
if HacsCategory.PYTHON_SCRIPT in self.hass.config.components:
0 commit comments