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. |