Fix various issues with templates and variables#153
Fix various issues with templates and variables#153ildar170975 merged 7 commits intoiantrich:devfrom
Conversation
|
@ildar170975 |
|
Hi Paul. |
|
(I merged #148 here, since it is necessary to fix the build issues.) |
|
This looks great! currently running this pr with no issues. |
How do you run this PR? |
Fixes iantrich#93, Closes iantrich#119, Closes iantrich#147 (This eliminates the need for iantrich#119 and iantrich#147)
If multiple variables are defined then subsequent variables can currently reference prior variables using `vars['name']` but not just `name`. This enables variables to reference prior variables by name, like templates can.
Use lit 2.8.0 to match HA frontend version.
I haven't tested this with HACS, but I think adding https://github.com/PaulSD/config-template-card to HACS as a custom repo should work. Or you can download https://github.com/PaulSD/config-template-card/releases/download/1.3.6.1/config-template-card.js, manually overwrite the original copy in HA in |
|
Ping @ildar170975 |
|
@PaulSD |
|
Merged this to |
More fixes related to #153
See the individual commit messages for details.
Fixes #93, Closes #110, Closes #119, Closes #123, Closes #128, Closes #129, Closes #135, Closes #147, Closes #148
(This includes/supersedes #110, #128, #129, #135, and #148, and eliminates the need for #119, #123, and #147)