From a4492ee4dea3a8f1fc51d254864cfc062343d7e8 Mon Sep 17 00:00:00 2001 From: James Beeching <98554230+beecho01@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:52:52 +0000 Subject: [PATCH] Added version control to material_symbols.js to ensure latest file is loaded after update. --- custom_components/material_symbols/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/material_symbols/__init__.py b/custom_components/material_symbols/__init__.py index 53b482676..9c954d274 100644 --- a/custom_components/material_symbols/__init__.py +++ b/custom_components/material_symbols/__init__.py @@ -7,6 +7,7 @@ LOGGER = logging.getLogger(__name__) DOMAIN = "material_symbols" +VERSION = "2024.10.27" DATA_EXTRA_MODULE_URL = "frontend_extra_module_url" LOADER_URL = f"/{DOMAIN}/material_symbols.js"