Skip to content

Commit

Permalink
webpage test
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Dec 16, 2024
1 parent 5483508 commit 90ac333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/eltako_integration_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
hass.http.register_static_path(
"/eltako",
# hass.config.path("custom_components/eltako/frontend/index.html"),
os.path.join(os.path.dirname(__file__), "/frontend"),
os.path.join(os.path.dirname(__file__), "frontend"),
cache_headers=False,
)

Expand Down

0 comments on commit 90ac333

Please sign in to comment.