Restore old service worker URL (#123131)

This commit is contained in:
Steve Repsher 2024-08-04 08:28:45 -04:00 committed by GitHub
parent b6de2cd741
commit 232f78e7b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,6 +398,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
static_paths_configs: list[StaticPathConfig] = []
for path, should_cache in (
("service_worker.js", False),
("sw-modern.js", False),
("sw-modern.js.map", False),
("sw-legacy.js", False),