From 66dec85687afadb6ee62098966713a57ba73c7bc Mon Sep 17 00:00:00 2001 From: Mattias Persson Date: Sun, 19 May 2024 18:35:11 +0200 Subject: [PATCH] Update query strings section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b0d8600..4f4900ee 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ If you prefer to use Kubernetes, see [Chart README.md](https://github.com/matt87 ## Query strings +These will only function if you have exposed a port in the add-on configuration or by using Docker. Note that when using Ingress, query strings cannot be read. + ### View To set a particular view when the page loads, add the "view" parameter. For example, if you have a "Bedroom" view, append the query string `?view=Bedroom` to the URL.