From 8b75fa021423e7b6077896a5f93797bbf03b050b Mon Sep 17 00:00:00 2001 From: Jogesh Soni <114826902+sonijogesh@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:48:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa2737..d18bdcd 100644 --- a/README.md +++ b/README.md @@ -526,7 +526,7 @@ styles: | More information here : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_operator -For now you have access to these variables in some cards (not all): +For now, you have access to these variables in some cards (not all): `state` will return the state of your defined `entity`. `entity` will return your entity you defined like `switch.test` in this example.