From b6aad3f116d831dde82d865ad219a14db44db262 Mon Sep 17 00:00:00 2001 From: Brian Towles Date: Mon, 16 Aug 2021 09:01:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db33a77..e07e6a9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Templates allow you to output virtually any HTML you want to in the contents of | ignoreCert | Check the validity of the TLS (SSL) cert when using TLS.

**Default:** true | | token | The long lived token.

**Default:** `REQUIRED` | | useModuleTigger | Use a module trigger to determine if the module should be shown.

**Default:** false | -| moduleTriggerTemplate | The template to render when using the Module Trigger. Must return **true** or **on** | +| moduleTriggerTemplate | The template to render when using the Module Trigger. Must return **true** or **on** to display the module.| | moduleTriggerEntities | The array of entities to watch for state changes to determine if the moduleTriggerTemplate should be re-rendered. | | animationSpeed | The animation speed to use when updating the display of the module.

**Default:** 3000 | | class | The CSS class to add to the module `
` to allow for easier CSS selection. |