David Poll
David Poll
Added docs.
Happy to keep iterating. A few thoughts: * I considered copy-on-write, but I think it gets really confusing really quickly. Suppose I make a change to a nested dictionary that...
@emontnemery Do you have any idea how to override the {} and [] behaviors in jinja? I'm having trouble finding a good hook, but will keep looking. Since they're not...
After a little digging, I couldn't find any way to adjust the behavior of literal creation (I think it's just compiling down to raw Python literals, which also don't look...
@emontnemery no rush, just thinking it would be nice to get this in with all the other Jinja changes I made in this cycle. Any thoughts on what I mentioned...
Here's an example straight out of my setup. I have a template sensor that I use to aggregate BLE info I'm gathering on a bunch of ESPHome devices (the built...
@balloob fair enough, though (at least for me) a custom integration is fairly heavyweight to get started with by comparison to a template sensor and vastly more painful to debug...
I wasn't sure how this particular change would be received but figured it's easier to talk about something concrete so I made the quick pull request. If it seems reasonable,...
> This is quite a major feature change to our template engine. I think we should have an architectural proposal & discussion first, before making this pull request. > >...
@frenck started a discussion here: https://github.com/home-assistant/architecture/discussions/1218