From 501a52d56222ebedf3ee2aa862e5bf04fc2b748e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 12 Nov 2019 15:44:42 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1529b7e..867689a 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ entities: red {% endif %} ; + } ``` ## Templating @@ -138,7 +139,7 @@ Jinja templates have access to a few special variables. Those are: - `config` - an object containing the card, entity row or glance button configuration - `user` - the username of the currently logged in user -- `browser` - the deviceID of the current browser (see [browser_mod](https://github.com/thomasloven/hass-browser_mod). +- `browser` - the deviceID of the current browser (see [browser_mod](https://github.com/thomasloven/hass-browser_mod)). - `hash` - the hash part of the current URL. ## Advanced usage