Open qfjp opened 3 months ago
Transition will definitely fail - config-template-card REDRAWS a whole inner card whenever a monitored entity (here - input_select.template_state_selector_demo
) changes.
Do not place whole state-switch into CTC, place particular cards only where templates are needed.
A minimum working example is below. This depends on an existing input selector named
input_select.template_state_selector_demo
(options don't matter, so long as there are two) and lights labeledlight.bathroom
,light.kitchen
,light.bathroom_<x>
, andlight.kitchen_<x>
wherex
ranges from 1-2 (inclusive).There are two examples in a vertical stack.
This issue looks like it's the same as issue #104, however the example in that issue was deemed too cumbersome to analyze. Hopefully this one is easier.