From 43038d2fa4634b71952d676b91afeab45538f96d Mon Sep 17 00:00:00 2001 From: andy1970 <35622920+adizanni@users.noreply.github.com> Date: Wed, 10 Nov 2021 23:15:42 +0100 Subject: [PATCH] 1.1.4 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac1a89f..ede688f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs) -Javascript Module for the Home Assistant visualization Card for 3D Models with bindings to entity states. Be advised it is still an alfa version; it requires a bit of manual installation actions and related troubleshooting. I'm working at a more official and easy to setup version using card templates projects. +Javascript Module for the Home Assistant visualization Card for 3D Models with bindings to entity states. |Demo [![Alt text](https://img.youtube.com/vi/M1zlIneB3e0/0.jpg)](https://www.youtube.com/watch?v=M1zlIneB3e0) | Tutorial [![Alt text](https://img.youtube.com/vi/RVDNxt2tyhY/0.jpg)](https://www.youtube.com/watch?v=RVDNxt2tyhY) | |---|---| @@ -117,6 +117,7 @@ entities: object_id: light: lumens: + shadow: <'no', if you do not want this light to case a shadow. This is to cope with the limit of max lights casting shadow in a model> ``` light_name is the name of the light object that will be created in the model to do the actual illumination. @@ -181,6 +182,7 @@ entities: font: textbgcolor: textfgcolor: + attribute: the optional attribute of the entity you want to show on the object ....... ```