From d7da354c0c9aafd80a7a366f4d6a2ac121fdebd3 Mon Sep 17 00:00:00 2001 From: Brian Towles Date: Wed, 4 May 2022 19:46:10 -0500 Subject: [PATCH] Fix examples Fixes #2 and #3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d79efc7..bcae759 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ This sets up a simple module that only displays the module when the binary_senso config: { host: "YOUR_HOME_ASSISTANT_HOST", token: "YOUR_HOME_ASSISTANT_TOKEN", - port: 8123 + port: 8123, useTLS: true, title: "To the Curb", useModuleTigger: true, @@ -113,7 +113,7 @@ This example pulls the info from a media player entity in Home Assistant. It on config: { host: "YOUR_HOME_ASSISTANT_HOST", token: "YOUR_HOME_ASSISTANT_TOKEN", - port: 8123 + port: 8123, useTLS: true, title: "Playing in Master Bedroom", useModuleTigger: true, @@ -154,7 +154,7 @@ This example will show a complex template logic that is always displayed because config: { host: "YOUR_HOME_ASSISTANT_HOST", token: "YOUR_HOME_ASSISTANT_TOKEN", - port: 8123 + port: 8123, useTLS: true, title: "Security", class: "security", @@ -245,7 +245,7 @@ perimeterWindows.forEach((item, i) => { config: { host: "YOUR_HOME_ASSISTANT_HOST", token: "YOUR_HOME_ASSISTANT_TOKEN", - port: 8123 + port: 8123, useTLS: true, title: "Open Windows", useModuleTigger: false,