Gateway link: handle trailing slash in gateway_public_url; bump 0.4.7

This commit is contained in:
root
2026-01-30 16:24:30 +02:00
parent f0e91101e5
commit f5718000ed
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ To open the gateway UI in a separate tab reliably:
- Set a **fixed** `gateway_token` (required when `gateway_bind=lan`)
2) Tell the add-on what URL to open:
- Set `gateway_public_url` to a base URL that the browser can reach.
- Set `gateway_public_url` to a base URL that the browser can reach (recommended: **no trailing slash**).
Examples:
- LAN only: `http://homeassistant.local:18789` (or `http://192.168.1.10:18789`)