Skip to content

Commit a674c77

Browse files
authored
Fix year for custom templates (#3112)
1 parent 828f698 commit a674c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/hacs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def set_active_categories(self) -> None:
763763
for category in (HacsCategory.INTEGRATION, HacsCategory.PLUGIN):
764764
self.enable_hacs_category(HacsCategory(category))
765765

766-
if self.configuration.experimental and self.core.ha_version >= "2021.4.0b0":
766+
if self.configuration.experimental and self.core.ha_version >= "2023.4.0b0":
767767
self.enable_hacs_category(HacsCategory.TEMPLATE)
768768

769769
if HacsCategory.PYTHON_SCRIPT in self.hass.config.components:

0 commit comments

Comments
 (0)