From 7f506931c3d58046ffc5bd62eecfb0f7616b71a5 Mon Sep 17 00:00:00 2001 From: RJ Fendricks Date: Tue, 24 Oct 2023 15:00:49 -0400 Subject: [PATCH] Add information for triggerTimer in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 890363e..ea7a041 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Templates allow you to output virtually any HTML you want to in the contents of | triggerEntities | The array of entities to watch for state changes to determine if this sections displayTemplate should be re-rendered. | | displayTemplate | The template to send to Home Assistant to render. The results of the render will be displayed as the contents of this section in the module. | | class | The CSS class name to add to the `
` surrounding this section of the module. This is a name you choose yourself, for example "HAValues". You can then style this section by adding a .HAvalues-section in custom.css. | +| triggerTimer | Set a trigger timeout in milliseconds to re-render this section's displayTemplate, regardless of whether or not an entity has changed states. | #### Note