Interesting how the Template Editor handles the first version of the template. It’s not even a tuple; the list ends up having four items.
Compared to your revised version of the template:
Interesting how the Template Editor handles the first version of the template. It’s not even a tuple; the list ends up having four items.
Compared to your revised version of the template:
yah, it’s because its because the resolver is not recursive. Keeping the returned value from {{ }} a complex type (list or dict) and you’ll be good to go. Data expects a dict, so it’s always a suitable work around.
I couldn’t reply anymore yesterday guys (first day is limited to 21 replies)
Thanks to both of you @petro and @123.
As a side note, that last join
on the params
has to be join(',')
(without space). The vacuum will execute the order but only the first room will be vacuumed. Removing the space fixed it