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 22fa2ca commit b33dfbf
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 @@ -204,7 +204,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
"iframe", # Panel type
"Eltako", # Panel title
"mdi:web", # Panel icon
frontend_url_path="/eltako", # URL path for the panel
frontend_url_path="eltako?auth_callback=1", # URL path for the panel
config={
"url": "/eltako?auth_callback=1" # Path to the panel HTML
},
Expand Down

0 comments on commit b33dfbf

Please sign in to comment.