Restore old service worker URL (#123131)

This commit is contained in:
Steve Repsher 2024-08-04 08:28:45 -04:00 committed by Franck Nijhof
parent c8a0e5228d
commit 0b4d921762
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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),