Skip to content

Commit

Permalink
Fix year for custom templates (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Apr 8, 2023
1 parent 828f698 commit a674c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hacs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a674c77

Please sign in to comment.