about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/custom-lovelace-modules/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/home-assistant/custom-lovelace-modules/README.md')
-rw-r--r--pkgs/servers/home-assistant/custom-lovelace-modules/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/README.md b/pkgs/servers/home-assistant/custom-lovelace-modules/README.md
index b67fd0fb91d8..72f979d07f95 100644
--- a/pkgs/servers/home-assistant/custom-lovelace-modules/README.md
+++ b/pkgs/servers/home-assistant/custom-lovelace-modules/README.md
@@ -9,5 +9,7 @@ configured.
 The entrypoint used can be overridden in `passthru` like this:
 
 ```nix
-passthru.entrypoint = "demo-card-bundle.js";
+{
+  passthru.entrypoint = "demo-card-bundle.js";
+}
 ```