Results 36 comments of Paul Donohue

(The last commit at the moment is docs I am still working on.)

After rethinking the delimiters, I'm also rethinking a few other aspects of these changes ... Marking this PR as a draft until I finish refactoring.

That sounds to me like this: https://github.com/home-assistant/frontend/issues/13304 I haven't seen that error myself, and CTC doesn't do anything with subscriptions, so I don't know where that would be coming from...

> config-template-card recalculates the complete card upon updating of the entities involved I feel like either you or I must be missing something here. See https://github.com/iantrich/config-template-card/issues/112#issuecomment-2560214157 for details. Basically, yes...

I actually think this is already possible using variables, since you can already store data structures in variables. For example: ``` type: 'custom:config-template-card' staticVariables: config: entity: binary_sensor.xxx card: type: entities...

I've implemented this in the referenced commit. It might not work exactly the way you were thinking ... `config` is the unevaluated CTC config, and `output` is the partially-evaluated output....