Fix typo in readme

This commit is contained in:
Thomas Lovén 2019-11-12 15:44:42 +01:00
parent 7502a5c0e6
commit 501a52d562

View File

@ -131,6 +131,7 @@ entities:
red red
{% endif %} {% endif %}
; ;
}
``` ```
## Templating ## 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 - `config` - an object containing the card, entity row or glance button configuration
- `user` - the username of the currently logged in user - `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. - `hash` - the hash part of the current URL.
## Advanced usage ## Advanced usage