You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to nest variables, both in the caller and the default? I'm guessing it isn't, but I wanted to be sure before I try to find a workaround.
Example:
default:
row1:
- name
- image
With the idea being to call them with [[ row1.name ]]
I'm not expecting it to work, but I wanted to know if I was wrong before I try to figure out how to make it work :)
The text was updated successfully, but these errors were encountered:
Hmm, that has potential. If I'm reading right, I could use lovelace_gen to iterate through sets of variables, and use them to generate decluttering-cards, or am I completely off my rocker?
This isn't a bug report, but a question.
Is it possible to nest variables, both in the caller and the default? I'm guessing it isn't, but I wanted to be sure before I try to find a workaround.
Example:
default:
row1:
- name
- image
With the idea being to call them with [[ row1.name ]]
I'm not expecting it to work, but I wanted to know if I was wrong before I try to figure out how to make it work :)
The text was updated successfully, but these errors were encountered: